C# Class Kinect.Workshop.Gestures.MyGesture

Inheritance: GestureBase
Datei anzeigen Open project: atosorigin/Kinect

Public Methods

Method Description
Process ( IUserChangedEvent evt ) : void

Processes the specified evt.

Private Methods

Method Description
OnGestureDetected ( ) : void

Thread-safe invoke of the GestureDetected event

Method Details

Process() public method

Processes the specified evt.
public Process ( IUserChangedEvent evt ) : void
evt IUserChangedEvent The evt.
return void