C# 클래스 Files.Vitaboy.Bone

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

공개 프로퍼티들

프로퍼티 타입 설명
AbsoluteMatrix Microsoft.Xna.Framework.Matrix
AbsolutePosition Microsoft.Xna.Framework.Vector3
BoneIndex int
CanTranslate bool
Children Files.Vitaboy.Bone[]
HasPropertyList bool
Name string
ParentName string
PropertyList List
Rotation Microsoft.Xna.Framework.Quaternion
Translation Microsoft.Xna.Framework.Vector3

공개 메소드들

메소드 설명
Bone ( FileReader Reader, int Index ) : System.Collections.Generic

메소드 상세

Bone() 공개 메소드

public Bone ( FileReader Reader, int Index ) : System.Collections.Generic
Reader FileReader
Index int
리턴 System.Collections.Generic

프로퍼티 상세

AbsoluteMatrix 공개적으로 프로퍼티

public Matrix,Microsoft.Xna.Framework AbsoluteMatrix
리턴 Microsoft.Xna.Framework.Matrix

AbsolutePosition 공개적으로 프로퍼티

public Vector3,Microsoft.Xna.Framework AbsolutePosition
리턴 Microsoft.Xna.Framework.Vector3

BoneIndex 공개적으로 프로퍼티

Index of this bone in a skeleton's list of bones.
public int BoneIndex
리턴 int

CanTranslate 공개적으로 프로퍼티

public bool CanTranslate
리턴 bool

Children 공개적으로 프로퍼티

public Bone[],Files.Vitaboy Children
리턴 Files.Vitaboy.Bone[]

HasPropertyList 공개적으로 프로퍼티

public bool HasPropertyList
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string

ParentName 공개적으로 프로퍼티

public string ParentName
리턴 string

PropertyList 공개적으로 프로퍼티

public List PropertyList
리턴 List

Rotation 공개적으로 프로퍼티

public Quaternion,Microsoft.Xna.Framework Rotation
리턴 Microsoft.Xna.Framework.Quaternion

Translation 공개적으로 프로퍼티

public Vector3,Microsoft.Xna.Framework Translation
리턴 Microsoft.Xna.Framework.Vector3