中文
Appearance
GameObject.transform
GameObject
(只读)当前对象的 transform 属性。
Transform
let go = new GameObject("test"); let transform = go.transform;