Unity - Scripting API: GlobalObjectId.identifierType
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
public int identifierType;
Description
The identifier type of the referenced object, represented as an integer.
{i} is the identifier type represented by one of the following integers:
0 = Null
1 = Imported asset
2 = Scene object
3 = Source asset
4 = Built-in asset
The identifierType constitutes the {i} element in the string representation of a GlobalObjectId, the format of which is:
GlobalObjectId_V1-{i}-{a}-{l}-{p}