Share via


HandMeshTracker Class

Definition

Represents a user's hand and the ability to render a hand mesh representation of it.

public class HandMeshTracker
type HandMeshTracker = class
Public Class HandMeshTracker
Inheritance
HandMeshTracker

Properties

Left

The user's left hand.

Right

The user's right hand.

Methods

TryGetHandMesh(FrameTime, Mesh, HandPoseType)

Retrieves the latest hand mesh information and build the current hand mesh in the passed-in mesh parameter.

TryLocateHandMesh(FrameTime, Pose, HandPoseType)

Tries to get the current location in world-space of the specified hand mesh.

Applies to