C# Class SkeletalHand

Inheritance: HandModel
Mostra file Open project: leapmotion/ImageGrid Class Usage Examples

Public Methods

Method Description
UpdateHand ( ) : void

Protected Methods

Method Description
GetPalmCenter ( ) : Vector3
SetPositions ( ) : void
Start ( ) : void

Method Details

GetPalmCenter() protected method

protected GetPalmCenter ( ) : Vector3
return Vector3

SetPositions() protected method

protected SetPositions ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

UpdateHand() public method

public UpdateHand ( ) : void
return void