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.

    Show / Hide Table of Contents

    Interface IMixedRealityHandJointService

    Mixed Reality Toolkit device definition, used to instantiate and manage a specific device / SDK

    Inherited Members
    IMixedRealityInputDeviceManager.GetActiveControllers()
    IMixedRealityService.Name
    IMixedRealityService.Priority
    IMixedRealityService.ConfigurationProfile
    IMixedRealityService.Initialize()
    IMixedRealityService.Reset()
    IMixedRealityService.Enable()
    IMixedRealityService.Update()
    IMixedRealityService.LateUpdate()
    IMixedRealityService.Disable()
    IMixedRealityService.Destroy()
    IDisposable.Dispose()
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealityHandJointService : IMixedRealityInputDeviceManager, IMixedRealityDataProvider, IMixedRealityService, IDisposable

    Methods

    IsHandTracked(Handedness)

    Declaration
    bool IsHandTracked(Handedness handedness)
    Parameters
    Type Name Description
    Handedness handedness
    Returns
    Type Description
    Boolean

    RequestJointTransform(TrackedHandJoint, Handedness)

    Get a game object following the hand joint.

    Declaration
    Transform RequestJointTransform(TrackedHandJoint joint, Handedness handedness)
    Parameters
    Type Name Description
    TrackedHandJoint joint
    Handedness handedness
    Returns
    Type Description
    Transform
    Back to top Generated by DocFX