C# Class GestureFramework.GestureMap

GestureMap - Contains the details of a gesture, including its components and their required positions. The gestures are loaded from an xml file in the file system.
Datei anzeigen Open project: UPS-CS240-F12/motion-capture Class Usage Examples

Public Properties

Property Type Description
Items List

Public Methods

Method Description
GestureMap ( ) : System.Collections.Generic

Method Details

GestureMap() public method

public GestureMap ( ) : System.Collections.Generic
return System.Collections.Generic

Property Details

Items public_oe property

public List Items
return List