C# Class FSO.Vitaboy.AnimationMotion

An animation consists of a number of motions that each move a bone. A motion can have properties associated with it, enumerated in a time property list, which has a list of properties.
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
BoneName string
Duration float
FirstRotationIndex uint
FirstTranslationIndex uint
FrameCount uint
HasRotation bool
HasTranslation bool
Properties FSO.Vitaboy.PropertyList[]
TimeProperties FSO.Vitaboy.TimePropertyList[]

Property Details

BoneName public property

public string BoneName
return string

Duration public property

public float Duration
return float

FirstRotationIndex public property

public uint FirstRotationIndex
return uint

FirstTranslationIndex public property

public uint FirstTranslationIndex
return uint

FrameCount public property

public uint FrameCount
return uint

HasRotation public property

public bool HasRotation
return bool

HasTranslation public property

public bool HasTranslation
return bool

Properties public property

public PropertyList[],FSO.Vitaboy Properties
return FSO.Vitaboy.PropertyList[]

TimeProperties public property

public TimePropertyList[],FSO.Vitaboy TimeProperties
return FSO.Vitaboy.TimePropertyList[]