C# Class Kinect.Gestures.KinectGestureEventArgs

This class is used to pass arguments to the "gesture recognized" event handlers.
Inheritance: System.EventArgs
Afficher le fichier Open project: NIAEFEUP/Kommando Class Usage Examples

Méthodes publiques

Méthode Description
KinectGestureEventArgs ( KinectGestureType type, int trackingId ) : System

Creates a new KinectGestureEventArgs instance.

Method Details

KinectGestureEventArgs() public méthode

Creates a new KinectGestureEventArgs instance.
public KinectGestureEventArgs ( KinectGestureType type, int trackingId ) : System
type KinectGestureType Type of the recognized gesture
trackingId int TrackingID of the analyzed skeleton
Résultat System