English
Appearance
GameObject.enable
GameObject
Whether the current object is enabled.
boolean
let go = new GameObject("test"); Debug.Log(go.enable);