C# 클래스 Kinect.Gestures.KinectGestureEventArgs

This class is used to pass arguments to the "gesture recognized" event handlers.
상속: System.EventArgs
파일 보기 프로젝트 열기: NIAEFEUP/Kommando 1 사용 예제들

공개 메소드들

메소드 설명
KinectGestureEventArgs ( KinectGestureType type, int trackingId ) : System

Creates a new KinectGestureEventArgs instance.

메소드 상세

KinectGestureEventArgs() 공개 메소드

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
리턴 System