We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class MicrosoftArticulatedHand

    Open XR + XR SDK implementation of XR_MSFT_hand_interaction and XR_EXT_hand_tracking.

    Inheritance
    Object
    MicrosoftArticulatedHand
    Implements
    IMixedRealityHand
    Namespace: Microsoft.MixedReality.Toolkit.XRSDK.OpenXR
    Assembly: cs.temp.dll.dll
    Syntax
    public class MicrosoftArticulatedHand : GenericXRSDKController, IMixedRealityHand

    Constructors

    MicrosoftArticulatedHand(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])

    Constructor.

    Declaration
    public MicrosoftArticulatedHand(TrackingState trackingState, Handedness controllerHandedness, IMixedRealityInputSource inputSource = null, MixedRealityInteractionMapping[] interactions = null)
    Parameters
    Type Name Description
    TrackingState trackingState
    Handedness controllerHandedness
    IMixedRealityInputSource inputSource
    MixedRealityInteractionMapping[] interactions

    Fields

    handDefinition

    Declaration
    protected readonly ArticulatedHandDefinition handDefinition
    Field Value
    Type Description
    ArticulatedHandDefinition

    unityJointPoses

    Declaration
    protected readonly Dictionary<TrackedHandJoint, MixedRealityPose> unityJointPoses
    Field Value
    Type Description
    Dictionary<TrackedHandJoint, MixedRealityPose>

    Properties

    DefaultInteractions

    Declaration
    public override MixedRealityInteractionMapping[] DefaultInteractions { get; }
    Property Value
    Type Description
    MixedRealityInteractionMapping[]

    IsInPointingPose

    Declaration
    public override bool IsInPointingPose { get; }
    Property Value
    Type Description
    Boolean

    Methods

    TryGetJoint(TrackedHandJoint, out MixedRealityPose)

    Declaration
    public bool TryGetJoint(TrackedHandJoint joint, out MixedRealityPose pose)
    Parameters
    Type Name Description
    TrackedHandJoint joint
    MixedRealityPose pose
    Returns
    Type Description
    Boolean

    UpdateButtonData(MixedRealityInteractionMapping, InputDevice)

    Declaration
    protected override void UpdateButtonData(MixedRealityInteractionMapping interactionMapping, InputDevice inputDevice)
    Parameters
    Type Name Description
    MixedRealityInteractionMapping interactionMapping
    InputDevice inputDevice

    UpdateController(InputDevice)

    The OpenXR plug-in uses extensions to expose all possible data, which might be surfaced through multiple input devices. This method is overridden to account for multiple input devices.

    Declaration
    public override void UpdateController(InputDevice inputDevice)
    Parameters
    Type Name Description
    InputDevice inputDevice

    The current input device to grab data from.

    UpdatePoseData(MixedRealityInteractionMapping, InputDevice)

    Declaration
    protected override void UpdatePoseData(MixedRealityInteractionMapping interactionMapping, InputDevice inputDevice)
    Parameters
    Type Name Description
    MixedRealityInteractionMapping interactionMapping
    InputDevice inputDevice

    UpdateSingleAxisData(MixedRealityInteractionMapping, InputDevice)

    Declaration
    protected override void UpdateSingleAxisData(MixedRealityInteractionMapping interactionMapping, InputDevice inputDevice)
    Parameters
    Type Name Description
    MixedRealityInteractionMapping interactionMapping
    InputDevice inputDevice

    Implements

    IMixedRealityHand
    In This Article
    Back to top Generated by DocFX