Classes
 ClassDescription
 KV2Body 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 Methods of the ANE will return one of these codes.
 KV2Config Use the KV2Config class to set the data streams you want to retrieve.
 KV2Joint 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 This class provides a small and simple API to the Kinect sensor.