C# Class FSO.Vitaboy.Animation

Represents an animation for a model.
Mostrar archivo 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_oe property

public float Distance
return float

Duration public_oe property

public float Duration
return float

IsMoving public_oe property

public byte IsMoving
return byte

Motions public_oe property

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

Name public_oe property

public string Name
return string

Rotations public_oe property

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

Translations public_oe property

public Vector3[] Translations
return Vector3[]