C# Class FSO.Vitaboy.Animation

Represents an animation for a model.
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Distance float
Duration float
IsMoving byte
Motions FSO.Vitaboy.AnimationMotion[]
Name string
Rotations Microsoft.Xna.Framework.Quaternion[]
Translations Vector3[]

Public Methods

Method Description
Read ( Stream stream ) : void

Reads an animation from a stream.

Private Methods

Method Description
ReadPropertyList ( IoBuffer io ) : PropertyList

Reads a property list from a stream.

Method Details

Read() public method

Reads an animation from a stream.
public Read ( Stream stream ) : void
stream Stream The Stream instance to read from.
return void

Property Details

Distance public property

public float Distance
return float

Duration public property

public float Duration
return float

IsMoving public property

public byte IsMoving
return byte

Motions public property

public AnimationMotion[],FSO.Vitaboy Motions
return FSO.Vitaboy.AnimationMotion[]

Name public property

public string Name
return string

Rotations public property

public Quaternion[],Microsoft.Xna.Framework Rotations
return Microsoft.Xna.Framework.Quaternion[]

Translations public property

public Vector3[] Translations
return Vector3[]