Show / Hide Table of Contents

    Class HandJointService

    Inheritance
    Object
    BaseService
    BaseDataProvider
    BaseInputDeviceManager
    HandJointService
    Implements
    IMixedRealityHandJointService
    IMixedRealityInputDeviceManager
    IMixedRealityDataProvider
    IMixedRealityService
    IDisposable
    Inherited Members
    BaseInputDeviceManager.InputSystem
    BaseInputDeviceManager.InputSystemProfile
    BaseInputDeviceManager.GetActiveControllers()
    BaseInputDeviceManager.RequestPointers(SupportedControllerType, Handedness)
    BaseDataProvider.Registrar
    BaseDataProvider.Service
    BaseService.DefaultPriority
    BaseService.Name
    BaseService.Priority
    BaseService.ConfigurationProfile
    BaseService.Initialize()
    BaseService.Reset()
    BaseService.Enable()
    BaseService.Update()
    BaseService.Destroy()
    BaseService.disposed
    BaseService.Dispose()
    BaseService.Dispose(Boolean)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    [MixedRealityDataProvider(typeof(IMixedRealityInputSystem), null, "Hand Joint Service")]
    public class HandJointService : BaseInputDeviceManager, IMixedRealityHandJointService, IMixedRealityInputDeviceManager, IMixedRealityDataProvider, IMixedRealityService, IDisposable

    Constructors

    HandJointService(IMixedRealityServiceRegistrar, IMixedRealityInputSystem, String, UInt32, BaseMixedRealityProfile)

    Declaration
    public HandJointService(IMixedRealityServiceRegistrar registrar, IMixedRealityInputSystem inputSystem, string name, uint priority, BaseMixedRealityProfile profile)
    Parameters
    Type Name Description
    IMixedRealityServiceRegistrar registrar
    IMixedRealityInputSystem inputSystem
    String name
    UInt32 priority
    BaseMixedRealityProfile profile

    Methods

    Disable()

    Optional Disable function to pause the service.

    Declaration
    public override void Disable()
    Overrides
    BaseService.Disable()

    IsHandTracked(Handedness)

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

    LateUpdate()

    Optional LateUpdate function to that is called after Update has been called on all services.

    Declaration
    public override void LateUpdate()
    Overrides
    BaseService.LateUpdate()

    RequestJointTransform(TrackedHandJoint, Handedness)

    Declaration
    public Transform RequestJointTransform(TrackedHandJoint joint, Handedness handedness)
    Parameters
    Type Name Description
    TrackedHandJoint joint
    Handedness handedness
    Returns
    Type Description
    Transform

    Implements

    IMixedRealityHandJointService
    IMixedRealityInputDeviceManager
    IMixedRealityDataProvider
    IMixedRealityService
    System.IDisposable
    Back to top Generated by DocFX