C# Class HandDetector

Inheritance: MonoBehaviour
Show file Open project: leapmotion/ImageGrid Class Usage Examples

Public Properties

Property Type Description
leap_controller_ HandController,

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void

Private Methods

Method Description
FindPart ( Transform parent, string name ) : Transform
GetHand ( Collider other ) : HandModel,

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Property Details

leap_controller_ public property

public HandController, leap_controller_
return HandController,