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

Inheritance: MonoBehaviour
Afficher le fichier Open project: NicolaGenesin/Leap-Motion-Hands-Tracking

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Exit ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
Sleep ( ) : IEnumerator

Method Details

Exit() public méthode

public Exit ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

controller public_oe property

public Controller,Leap controller
Résultat Leap.Controller

globalInfo public_oe property

public string globalInfo
Résultat string

guiFrame public_oe property

public Leap.Frame guiFrame
Résultat Leap.Frame

hand0 public_oe property

public Hand,Leap hand0
Résultat Leap.Hand

hand0ID public_oe property

public int hand0ID
Résultat int

hand1 public_oe property

public Hand,Leap hand1
Résultat Leap.Hand

hand1ID public_oe property

public int hand1ID
Résultat int

hasPaused public_oe property

public bool hasPaused
Résultat bool

listener public_oe property

public Leap.Listener listener
Résultat Leap.Listener

old_globalInfo public_oe property

public string old_globalInfo
Résultat string