C# Class Alexandria.Engines.Unreal.Rotator

Rotation parameters.
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Свойство Type Description
Pitch float
Roll float
Yaw float

Méthodes publiques

Méthode Description
Read ( BinaryReader reader ) : Rotator

Read the Rotator from the reader.

Method Details

Read() public static méthode

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

Property Details

Pitch public_oe property

Pitch (unknown axis)
public float Pitch
Résultat float

Roll public_oe property

Roll (unknown axis)
public float Roll
Résultat float

Yaw public_oe property

Yaw (unknown axis)
public float Yaw
Résultat float