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

Inheritance: MonoBehaviour
Mostrar archivo Open project: NicolaGenesin/Leap-Motion-Hands-Tracking

Public Properties

Property Type Description
controller Leap.Controller
globalInfo string
guiFrame Leap.Frame
hand0 Leap.Hand
hand0ID int
hand1 Leap.Hand
hand1ID int
hasPaused bool
listener Leap.Listener
old_globalInfo string

Public Methods

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

Private Methods

Method Description
Sleep ( ) : IEnumerator

Method Details

Exit() public method

public Exit ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

controller public_oe property

public Controller,Leap controller
return Leap.Controller

globalInfo public_oe property

public string globalInfo
return string

guiFrame public_oe property

public Leap.Frame guiFrame
return Leap.Frame

hand0 public_oe property

public Hand,Leap hand0
return Leap.Hand

hand0ID public_oe property

public int hand0ID
return int

hand1 public_oe property

public Hand,Leap hand1
return Leap.Hand

hand1ID public_oe property

public int hand1ID
return int

hasPaused public_oe property

public bool hasPaused
return bool

listener public_oe property

public Leap.Listener listener
return Leap.Listener

old_globalInfo public_oe property

public string old_globalInfo
return string