中文
Appearance
Transform.position
Transform
当前Transform相对于世界的位置。
Vector3
OnStart(): void { let pos = this.transform.position; Debug.Log(pos); }