中文
Appearance
Transform.rotation
Transform
当前Transform在世界空间中的旋转的四元数。
Quaternion
OnStart(): void { let rot = this.transform.rotation; Debug.Log(rot); }