Transform, RectTransformの拡張です。
Transform Extension
AddChild(GameObject)
呼び出したオブジェクトの子にゲームオブジェクトを生成します。
SetX(float)
呼び出したオブジェクトのposition.xを変更します。
SetY(float)
呼び出したオブジェクトのposition.yを変更します。
SetZ(float)
呼び出したオブジェクトのposition.zを変更します。
SetXYZ
呼び出したオブジェクトのpositionを変更します。
コメント