Share via


HandTracker Class

Definition

Represents a user's hand and the ability to track hand joints from it.

public class HandTracker
type HandTracker = class
Public Class HandTracker
Inheritance
HandTracker

Fields

JointCount

The maximum number of hand joints that might be tracked.

Properties

Left

The user's left hand.

MotionRange

Get or set the motion range for this hand tracker.

Right

The user's right hand.

Methods

TryLocateHandJoints(FrameTime, HandJointLocation[])

Fills the passed-in array with current hand joint locations, if possible.

Applies to