top of page

オブジェクトの位置変更(3D)

        float X = 29;
        float Y = 29;
        float Z = 29;

        transform.position = new Vector3 (X,Y,Z);
 

bottom of page