Class ID
Unique ID for a GameObject.
Inheritance
System.Object
ID
Namespace: GlitchedPolygons.Identification
Assembly: UnityScriptsLibrary.dll
Syntax
public class ID : MonoBehaviour
Methods
| Improve this Doc View SourceGetID()
Gets the GameObject's identifier.
Declaration
public int GetID()
Returns
| Type | Description |
|---|---|
| System.Int32 | The GameObject's integer identifier. |