中文
Appearance
GameObject.isStatic
GameObject
(只读)当前对象是否是静态对象。
boolean
let go = new GameObject("test"); Debug.Log(go.isStatic);