C# Class Leap.Unity.ExtendedFingerDetector

Inheritance: Leap.Unity.Detector
Afficher le fichier Open project: rileyflorence/leapUiExperiments Class Usage Examples

Méthodes publiques

Méthode Description
Awake ( ) : void
OnDisable ( ) : void
OnDrawGizmos ( ) : void
OnEnable ( ) : void
OnValidate ( ) : void

Private Methods

Méthode Description
extendedFingerWatcher ( ) : IEnumerator
matchFingerState ( Finger finger, PointingState requiredState ) : bool

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnValidate() public méthode

public OnValidate ( ) : void
Résultat void