UHSampleGame.CoreObjects.StaticModel.RotateZ C# (CSharp) 메소드

RotateZ() 공개 메소드

public RotateZ ( float rotation ) : void
rotation float
리턴 void
        public void RotateZ(float rotation)
        {
            rotationMatrixZ = Matrix.CreateRotationZ(rotation);
        }