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

RotateZ() public method

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