C# Class HandSimulator, Manus-Unity

Inheritance: MonoBehaviour
Datei anzeigen Open project: ManusVR/Manus-Unity Class Usage Examples

Public Properties

Property Type Description
RootTransform Transform
hand GLOVE_HAND

Public Methods

Method Description
Start ( ) : void

Constructor which loads the HandModel

Update ( ) : void

Updates a skeletal from glove data

Private Methods

Method Description
FindDeepChild ( Transform aParent, string aName ) : Transform

Finds a deep child in a transform

Method Details

Start() public method

Constructor which loads the HandModel
public Start ( ) : void
return void

Update() public method

Updates a skeletal from glove data
public Update ( ) : void
return void

Property Details

RootTransform public_oe property

public Transform RootTransform
return Transform

hand public_oe property

public GLOVE_HAND hand
return GLOVE_HAND