最終更新:2025-04-25 (金) 07:48:20 (20d)
UnityEngine.Transform
Top / UnityEngine.Transform
オブジェクトの位置、回転、スケールを扱うクラス
http://docs.unity3d.com/ja/current/ScriptReference/Transform.html
継承
変数
UnityEngine.Vector3 Transform.position? UnityEngine.Quaternion Transform.rotation UnityEngine.Vector3 Transform.rihgt? ゲームオブジェクトが向いている方向 (赤軸:X軸) UnityEngine.Vector3 Transform.up? ゲームオブジェクトが向いている方向 (緑:Y軸) UnityEngine.Vector3 Transform.forward ゲームオブジェクトが向いている方向 (青軸:Z軸) Transform.localRotation?
メモ
Transform.gameObject (UnityEngine.Componentからの継承) Transform.Find Transform.Translate translation の方向と距離に移動します