C# Class Alexandria.Engines.Unreal.Rotator

Rotation parameters.
Show file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Properties

Property Type Description
Pitch float
Roll float
Yaw float

Public Methods

Method Description
Read ( BinaryReader reader ) : Rotator

Read the Rotator from the reader.

Method Details

Read() public static method

Read the Rotator from the reader.
public static Read ( BinaryReader reader ) : Rotator
reader System.IO.BinaryReader The to read the from.
return Rotator

Property Details

Pitch public property

Pitch (unknown axis)
public float Pitch
return float

Roll public property

Roll (unknown axis)
public float Roll
return float

Yaw public property

Yaw (unknown axis)
public float Yaw
return float