Editar

HandJointUtils Class

Definition

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.

Applies to