C# Класс GestureFramework.GestureMapState

This class is the topmost gesture state class. There should only be one of these instantiated per active user. There is a dictionary in the form1 class that matches this information to an active user Skeleton Id.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
LastGestureCompletionTime System.DateTime

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

Метод Описание
Evaluate ( Microsoft.Kinect.Skeleton skeleton, int xScale, int yScale ) : bool
GestureMapState ( GestureMap map ) : System
InitializeGestureState ( GestureMap map ) : void
RegisterGestureResult ( Action gestureHandler ) : void
ResetAll ( Microsoft.Kinect.Skeleton skeleton ) : void

Описание методов

Evaluate() публичный Метод

public Evaluate ( Microsoft.Kinect.Skeleton skeleton, int xScale, int yScale ) : bool
skeleton Microsoft.Kinect.Skeleton
xScale int
yScale int
Результат bool

GestureMapState() публичный Метод

public GestureMapState ( GestureMap map ) : System
map GestureMap
Результат System

InitializeGestureState() публичный Метод

public InitializeGestureState ( GestureMap map ) : void
map GestureMap
Результат void

RegisterGestureResult() публичный Метод

public RegisterGestureResult ( Action gestureHandler ) : void
gestureHandler Action
Результат void

ResetAll() публичный Метод

public ResetAll ( Microsoft.Kinect.Skeleton skeleton ) : void
skeleton Microsoft.Kinect.Skeleton
Результат void

Описание свойств

LastGestureCompletionTime публичное свойство

public DateTime,System LastGestureCompletionTime
Результат System.DateTime