C# Class FSO.SimAntics.Marshals.VMAnimationStateMarshal

Inheritance: VMSerializable
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Anim string
CurrentFrame float
EndReached bool
EventQueue short[]
EventsRun byte
Loop bool
PlayingBackwards bool
Speed float
Weight float

Méthodes publiques

Méthode Description
Deserialize ( BinaryReader reader ) : void
SerializeInto ( BinaryWriter writer ) : void
VMAnimationStateMarshal ( ) : System
VMAnimationStateMarshal ( BinaryReader reader ) : System

Method Details

Deserialize() public méthode

public Deserialize ( BinaryReader reader ) : void
reader System.IO.BinaryReader
Résultat void

SerializeInto() public méthode

public SerializeInto ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter
Résultat void

VMAnimationStateMarshal() public méthode

public VMAnimationStateMarshal ( ) : System
Résultat System

VMAnimationStateMarshal() public méthode

public VMAnimationStateMarshal ( BinaryReader reader ) : System
reader System.IO.BinaryReader
Résultat System

Property Details

Anim public_oe property

public string Anim
Résultat string

CurrentFrame public_oe property

public float CurrentFrame
Résultat float

EndReached public_oe property

public bool EndReached
Résultat bool

EventQueue public_oe property

public short[] EventQueue
Résultat short[]

EventsRun public_oe property

public byte EventsRun
Résultat byte

Loop public_oe property

public bool Loop
Résultat bool

PlayingBackwards public_oe property

public bool PlayingBackwards
Résultat bool

Speed public_oe property

public float Speed
Résultat float

Weight public_oe property

public float Weight
Résultat float