C# Class Alexandria.Engines.Unreal.Rotator

Rotation parameters.
ファイルを表示 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_oe property

Pitch (unknown axis)
public float Pitch
return float

Roll public_oe property

Roll (unknown axis)
public float Roll
return float

Yaw public_oe property

Yaw (unknown axis)
public float Yaw
return float