C# Class Kinect.Core.Gestures.SelfTouchGesture

Inheritance: GestureBase
Afficher le fichier Open project: atosorigin/Kinect Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Process ( IUserChangedEvent evt ) : void
SelfTouchGesture ( ) : System
SelfTouchGesture ( int historyCount ) : System

Méthodes protégées

Méthode Description
OnSelfTouchDetected ( int userid, JointID joints ) : void

Method Details

OnSelfTouchDetected() protected méthode

protected OnSelfTouchDetected ( int userid, JointID joints ) : void
userid int
joints JointID
Résultat void

Process() public méthode

public Process ( IUserChangedEvent evt ) : void
evt IUserChangedEvent
Résultat void

SelfTouchGesture() public méthode

public SelfTouchGesture ( ) : System
Résultat System

SelfTouchGesture() public méthode

public SelfTouchGesture ( int historyCount ) : System
historyCount int
Résultat System