C# Class RiggedHandController, RiggedHandVisualizer

Inheritance: MonoBehaviour
Mostrar archivo Open project: leapmotion/RiggedHandVisualizer Class Usage Examples

Public Properties

Property Type Description
m_DataFPS Text,

Public Methods

Method Description
ShowHands ( bool shouldShow ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
FindFrontLeftHand ( Frame, f ) : Hand
FindFrontRightHand ( Frame, f ) : Hand

Method Details

ShowHands() public method

public ShowHands ( bool shouldShow ) : void
shouldShow bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

m_DataFPS public_oe property

public Text, m_DataFPS
return Text,