C# 클래스 Kinect.Workshop.Gestures.MyGesture

상속: GestureBase
파일 보기 프로젝트 열기: atosorigin/Kinect

공개 메소드들

메소드 설명
Process ( IUserChangedEvent evt ) : void

Processes the specified evt.

비공개 메소드들

메소드 설명
OnGestureDetected ( ) : void

Thread-safe invoke of the GestureDetected event

메소드 상세

Process() 공개 메소드

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