Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

GlobalObjectId.identifierType

Suggest a change

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.

Close

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.

Close

Cancel

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.

The identifierType constitutes the {i} element in the string representation of a GlobalObjectId, the format of which is:

GlobalObjectId_V1-{i}-{a}-{l}-{p}