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

RotateY() 공개 메소드

public RotateY ( float rotation ) : void
rotation float
리턴 void
        public void RotateY(float rotation)
        {
            rotationMatrixY = Matrix.CreateRotationY(rotation);
        }