C# Class KineticMath.Kinect.GestureController

Afficher le fichier Open project: kingston/kineticmath Class Usage Examples

Méthodes publiques

Méthode Description
AddGesture ( IView currentView, IGesture gesture ) : void

Adds a gesture to the gesture recognizer's set of gestures to recognize

ClearViewGestures ( IView view ) : void
GestureController ( ) : System
ProcessSkeleton ( Microsoft.Kinect.Skeleton skel ) : void
RemoveGesture ( IGesture gesture ) : void

Method Details

AddGesture() public méthode

Adds a gesture to the gesture recognizer's set of gestures to recognize
public AddGesture ( IView currentView, IGesture gesture ) : void
currentView IView The current view to associate with the gesture
gesture IGesture The gesture to add
Résultat void

ClearViewGestures() public méthode

public ClearViewGestures ( IView view ) : void
view IView
Résultat void

GestureController() public méthode

public GestureController ( ) : System
Résultat System

ProcessSkeleton() public méthode

public ProcessSkeleton ( Microsoft.Kinect.Skeleton skel ) : void
skel Microsoft.Kinect.Skeleton
Résultat void

RemoveGesture() public méthode

public RemoveGesture ( IGesture gesture ) : void
gesture IGesture
Résultat void