Joint Structure

Represents the position of a joint of a body.

Syntax

public value struct Joint
public struct Joint
var joint = {
      jointType : /* Your value */, 
      position : /* Your value */, 
      trackingState : /* Your value */
}     

Members

Joint has the following members.

Fields

Name Description
JointType The type of joint.
Position The position of the joint in camera space.
TrackingState The tracking state of the joint.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

WindowsPreview.Kinect Namespace

Body tracking