C# Class QualisysRealTime.Unity.Skeleton.BipedSkeleton

Afficher le fichier Open project: qualisys/Qualisys-Unity-SDK Class Usage Examples

Protected Properties

Свойство Type Description
root TreeNode

Méthodes publiques

Méthode Description
BipedSkeleton ( )
Find ( Joint key ) : Bone
this ( Joint key ) : Bone

Method Details

BipedSkeleton() public méthode

public BipedSkeleton ( )

Find() public méthode

public Find ( Joint key ) : Bone
key Joint
Résultat Bone

this() public méthode

public this ( Joint key ) : Bone
key Joint
Résultat Bone

Property Details

root protected_oe property

protected TreeNode root
Résultat TreeNode