C# Класс Files.Vitaboy.Motion

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BoneName string
Duration float
FirstRotationIndex uint
FirstTranslationIndex uint
FrameCount uint
HasPropsList bool
HasRotation bool
HasTimepropertyLists bool
HasTranslation bool
PropertyLists List>
TimePropertyLists List>

Открытые методы

Метод Описание
Motion ( FileReader Reader ) : System.Collections.Generic

Описание методов

Motion() публичный Метод

public Motion ( FileReader Reader ) : System.Collections.Generic
Reader FileReader
Результат System.Collections.Generic

Описание свойств

BoneName публичное свойство

public string BoneName
Результат string

Duration публичное свойство

public float Duration
Результат float

FirstRotationIndex публичное свойство

public uint FirstRotationIndex
Результат uint

FirstTranslationIndex публичное свойство

public uint FirstTranslationIndex
Результат uint

FrameCount публичное свойство

public uint FrameCount
Результат uint

HasPropsList публичное свойство

public bool HasPropsList
Результат bool

HasRotation публичное свойство

public bool HasRotation
Результат bool

HasTimepropertyLists публичное свойство

public bool HasTimepropertyLists
Результат bool

HasTranslation публичное свойство

public bool HasTranslation
Результат bool

PropertyLists публичное свойство

public List> PropertyLists
Результат List>

TimePropertyLists публичное свойство

public List> TimePropertyLists
Результат List>