中文
Appearance
GameObject.name
GameObject
当前对象的名字。
string
let go = new GameObject("test"); Debug.Log(go.name);