C# Класс Kinect.Gestures.KinectGestureEventArgs

This class is used to pass arguments to the "gesture recognized" event handlers.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

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