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 WindowsMixedRealityArticulatedHand

    A Windows Mixed Reality articulated hand instance.

    Inheritance
    Object
    BaseWindowsMixedRealitySource
    WindowsMixedRealityArticulatedHand
    Implements
    IMixedRealityHand
    Namespace: Microsoft.MixedReality.Toolkit.WindowsMixedReality.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class WindowsMixedRealityArticulatedHand : BaseWindowsMixedRealitySource, IMixedRealityHand

    Constructors

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

    Constructor.

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

    Properties

    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

    Implements

    IMixedRealityHand
    In This Article
    Back to top Generated by DocFX