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.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]