Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
| Class | Package | Description | |
|---|---|---|---|
| KV2Body | com.tastenkunst.airkinectv2 | The Kinect is capable of tracking up to 6 bodies in parallel (BODY_COUNT). Every KV2Body object consists of 25 joints, hand states and a color. It will also return whether a certain trained gesture was tracked (GBD/GBA files). (VisualGestureBuilder libraries are not activated in this build, since further testing is needed.) | |
| KV2Code | com.tastenkunst.airkinectv2 | Methods of the ANE will return one of these codes. | |
| KV2Config | com.tastenkunst.airkinectv2 | Use the KV2Config class to set the data streams you want to retrieve. | |
| KV2Joint | com.tastenkunst.airkinectv2 | Every KV2Body has 25 body joints in a Vector. Every KV2Joint has a certain jointType. The const JointType values are mapped to their index in the KV2Body.joints Vector. | |
| KV2Manager | com.tastenkunst.airkinectv2 | This class provides a small and simple API to the Kinect sensor. |