C# Класс 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.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
BoneName string
Duration float
FirstRotationIndex uint
FirstTranslationIndex uint
FrameCount uint
HasRotation bool
HasTranslation bool
Properties FSO.Vitaboy.PropertyList[]
TimeProperties FSO.Vitaboy.TimePropertyList[]

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

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

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

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

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

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

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

public PropertyList[],FSO.Vitaboy Properties
Результат FSO.Vitaboy.PropertyList[]

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

public TimePropertyList[],FSO.Vitaboy TimeProperties
Результат FSO.Vitaboy.TimePropertyList[]