UHSampleGame.CoreObjects.StaticModel.RotateY C# (CSharp) Method

RotateY() public method

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