C# 클래스 ColladaXna.Base.Geometry.Joint

Representation of a joint of a skeleton. Sometimes also called "Bone".
상속: IAddress
파일 보기 프로젝트 열기: Bunkerbewohner/ColladaXna 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Children JointList
Index int
InvBindPose Matrix
Transform Matrix

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Joint ( ) : System
Joint ( string name ) : System

Creates a new Joint by the given name. If no name is supplied (null) a generic name is created.

ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Joint() 공개 메소드

public Joint ( ) : System
리턴 System

Joint() 공개 메소드

Creates a new Joint by the given name. If no name is supplied (null) a generic name is created.
public Joint ( string name ) : System
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Children 공개적으로 프로퍼티

List of child joints or null if there are none
public JointList Children
리턴 JointList

Index 공개적으로 프로퍼티

Index of this joint in its joint collection
public int Index
리턴 int

InvBindPose 공개적으로 프로퍼티

Inverse Bind-Pose Matrix of this joint
public Matrix InvBindPose
리턴 Matrix

Transform 공개적으로 프로퍼티

Local Transformation of this joint
public Matrix Transform
리턴 Matrix