C# Class HandCycler

Inheritance: MonoBehaviour
Mostrar archivo Open project: leapmotion/ImageGrid

Public Properties

Property Type Description
leftHands HandModel[],
rightHands HandModel[],

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Protected Methods

Method Description
SetNewHands ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

SetNewHands() protected method

protected SetNewHands ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

leftHands public_oe property

public HandModel[], leftHands
return HandModel[],

rightHands public_oe property

public HandModel[], rightHands
return HandModel[],