C# 클래스 Files.Vitaboy.Anim

상속: IDisposable
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Distance float
Duration float
IsMoving bool
MotionCount uint
Motions List
Name string
Rotations ].float[
RotationsCount uint
Translations ].float[
TranslationsCount uint

공개 메소드들

메소드 설명
Anim ( Stream Data ) : System
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool CleanUpManagedResources ) : void

메소드 상세

Anim() 공개 메소드

public Anim ( Stream Data ) : System
Data Stream
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
리턴 void

프로퍼티 상세

Distance 공개적으로 프로퍼티

public float Distance
리턴 float

Duration 공개적으로 프로퍼티

public float Duration
리턴 float

IsMoving 공개적으로 프로퍼티

public bool IsMoving
리턴 bool

MotionCount 공개적으로 프로퍼티

public uint MotionCount
리턴 uint

Motions 공개적으로 프로퍼티

public List Motions
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string

Rotations 공개적으로 프로퍼티

public float[,] Rotations
리턴 ].float[

RotationsCount 공개적으로 프로퍼티

public uint RotationsCount
리턴 uint

Translations 공개적으로 프로퍼티

public float[,] Translations
리턴 ].float[

TranslationsCount 공개적으로 프로퍼티

public uint TranslationsCount
리턴 uint