C# Class HandDetector

Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid Class Usage Examples

Méthodes publiques

Свойство Type Description
leap_controller_ HandController,

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void

Private Methods

Méthode Description
FindPart ( Transform parent, string name ) : Transform
GetHand ( Collider other ) : HandModel,

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other Collider
Résultat void

Property Details

leap_controller_ public_oe property

public HandController, leap_controller_
Résultat HandController,