Show / Hide Table of Contents

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 Source

GetID()

Gets the GameObject's identifier.

Declaration
public int GetID()
Returns
Type Description
System.Int32

The GameObject's integer identifier.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX