HandJointUtils 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.
public ref class HandJointUtils abstract sealed
public static class HandJointUtils
type HandJointUtils = class
Public Class HandJointUtils
- Inheritance
-
HandJointUtils
Methods
FindHand(Handedness) |
Find the first detected hand controller with matching handedness. |
FindHand<T>(Handedness) |
Find the first detected hand controller of the given type with matching handedness. |
TryGetJointPose(TrackedHandJoint, Handedness, MixedRealityPose) |
Tries to get the pose of the requested joint for the first controller with the specified handedness. |
TryGetJointPose<T>(TrackedHandJoint, Handedness, MixedRealityPose) |
Try to find the first matching hand controller of the given type and return the pose of the requested joint for that hand. |