C# 클래스 Files.Vitaboy.Skeleton

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

공개 프로퍼티들

프로퍼티 타입 설명
BoneCount ushort
Bones List
Name string
RootBone Bone

공개 메소드들

메소드 설명
Dispose ( ) : void
FindBone ( string BoneName ) : int

Finds the bone in this skeleton with the given name.

Skeleton ( Stream Data ) : System

보호된 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

FindBone() 공개 메소드

Finds the bone in this skeleton with the given name.
public FindBone ( string BoneName ) : int
BoneName string Name of bone to find.
리턴 int

Skeleton() 공개 메소드

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

프로퍼티 상세

BoneCount 공개적으로 프로퍼티

public ushort BoneCount
리턴 ushort

Bones 공개적으로 프로퍼티

public List Bones
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string

RootBone 공개적으로 프로퍼티

public Bone,Files.Vitaboy RootBone
리턴 Bone