C# 클래스 Files.Vitaboy.Motion

파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse

공개 프로퍼티들

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