C# Класс Kinect.Core.Gestures.AccelerationEventArgs

Eventargs for the AccelerationGesture
Наследование: GestureEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.