C# 클래스 QualisysRealTime.Unity.Skeleton.BipedSkeleton

파일 보기 프로젝트 열기: qualisys/Qualisys-Unity-SDK 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
root TreeNode

공개 메소드들

메소드 설명
BipedSkeleton ( )
Find ( Joint key ) : Bone
this ( Joint key ) : Bone

메소드 상세

BipedSkeleton() 공개 메소드

public BipedSkeleton ( )

Find() 공개 메소드

public Find ( Joint key ) : Bone
key Joint
리턴 Bone

this() 공개 메소드

public this ( Joint key ) : Bone
key Joint
리턴 Bone

프로퍼티 상세

root 보호되어 있는 프로퍼티

protected TreeNode root
리턴 TreeNode