中文
Appearance
Transform.parent
Transform
当前Transform的父级Transform。
OnStart(): void { let parent = this.transform.parent; Debug.Log(parent); }