C# Class Files.Vitaboy.Motion

Show file Open project: Afr0Games/Project-Dollhouse

Public Properties

Property Type Description
BoneName string
Duration float
FirstRotationIndex uint
FirstTranslationIndex uint
FrameCount uint
HasPropsList bool
HasRotation bool
HasTimepropertyLists bool
HasTranslation bool
PropertyLists List>
TimePropertyLists List>

Public Methods

Method Description
Motion ( FileReader Reader ) : System.Collections.Generic

Method Details

Motion() public method

public Motion ( FileReader Reader ) : System.Collections.Generic
Reader FileReader
return System.Collections.Generic

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

HasPropsList public property

public bool HasPropsList
return bool

HasRotation public property

public bool HasRotation
return bool

HasTimepropertyLists public property

public bool HasTimepropertyLists
return bool

HasTranslation public property

public bool HasTranslation
return bool

PropertyLists public property

public List> PropertyLists
return List>

TimePropertyLists public property

public List> TimePropertyLists
return List>