C# 클래스 Kinect.Core.Gestures.AccelerationEventArgs

Eventargs for the AccelerationGesture
상속: GestureEventArgs
파일 보기 프로젝트 열기: atosorigin/Kinect 1 사용 예제들

공개 메소드들

메소드 설명
AccelerationEventArgs ( int userId, double deltaY )

Initializes a new instance of the AccelerationEventArgs class.

메소드 상세

AccelerationEventArgs() 공개 메소드

Initializes a new instance of the AccelerationEventArgs class.
public AccelerationEventArgs ( int userId, double deltaY )
userId int The user id.
deltaY double The delta Y.