C# Class GestureDisplay, Leap-Motion-Hands-Tracking

Inheritance: MonoBehaviour
Mostra file Open project: NicolaGenesin/Leap-Motion-Hands-Tracking Class Usage Examples

Public Properties

Property Type Description
color Color
decayTime float
gesture Leap.Gesture

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

color public_oe property

public Color color
return Color

decayTime public_oe property

public float decayTime
return float

gesture public_oe property

public Leap.Gesture gesture
return Leap.Gesture