C# Class Files.Vitaboy.Motion

Mostrar archivo 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_oe property

public string BoneName
return string

Duration public_oe property

public float Duration
return float

FirstRotationIndex public_oe property

public uint FirstRotationIndex
return uint

FirstTranslationIndex public_oe property

public uint FirstTranslationIndex
return uint

FrameCount public_oe property

public uint FrameCount
return uint

HasPropsList public_oe property

public bool HasPropsList
return bool

HasRotation public_oe property

public bool HasRotation
return bool

HasTimepropertyLists public_oe property

public bool HasTimepropertyLists
return bool

HasTranslation public_oe property

public bool HasTranslation
return bool

PropertyLists public_oe property

public List> PropertyLists
return List>

TimePropertyLists public_oe property

public List> TimePropertyLists
return List>