C# Class QualisysRealTime.Unity.Skeleton.BipedSkeleton

Mostra file Open project: qualisys/Qualisys-Unity-SDK Class Usage Examples

Protected Properties

Property Type Description
root TreeNode

Public Methods

Method Description
BipedSkeleton ( )
Find ( Joint key ) : Bone
this ( Joint key ) : Bone

Method Details

BipedSkeleton() public method

public BipedSkeleton ( )

Find() public method

public Find ( Joint key ) : Bone
key Joint
return Bone

this() public method

public this ( Joint key ) : Bone
key Joint
return Bone

Property Details

root protected_oe property

protected TreeNode root
return TreeNode