HandMeshTracker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |