C# Class HandSimulator, Manus-Unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: ManusVR/Manus-Unity Class Usage Examples

Méthodes publiques

Свойство Type Description
RootTransform Transform
hand GLOVE_HAND

Méthodes publiques

Méthode Description
Start ( ) : void

Constructor which loads the HandModel

Update ( ) : void

Updates a skeletal from glove data

Private Methods

Méthode Description
FindDeepChild ( Transform aParent, string aName ) : Transform

Finds a deep child in a transform

Method Details

Start() public méthode

Constructor which loads the HandModel
public Start ( ) : void
Résultat void

Update() public méthode

Updates a skeletal from glove data
public Update ( ) : void
Résultat void

Property Details

RootTransform public_oe property

public Transform RootTransform
Résultat Transform

hand public_oe property

public GLOVE_HAND hand
Résultat GLOVE_HAND