releases/2.5.4mrtk_developmentreleases/2.1.0releases/2.2.0releases/2.3.0releases/2.4.0releases/2.5.0releases/2.5.1releases/2.5.2releases/2.5.3

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

    Class ViveKnucklesController

    Inheritance
    Object
    GenericOpenVRController
    ViveKnucklesController
    Inherited Members
    GenericOpenVRController.LastXrNodeStateReading
    GenericOpenVRController.UpdateController()
    GenericOpenVRController.UpdateControllerData(XRNodeState)
    Namespace: Microsoft.MixedReality.Toolkit.OpenVR.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class ViveKnucklesController : GenericOpenVRController

    Constructors

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

    Constructor.

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

    Properties

    DefaultLeftHandedInteractions

    Declaration
    public override MixedRealityInteractionMapping[] DefaultLeftHandedInteractions { get; }
    Property Value
    Type Description
    MixedRealityInteractionMapping[]
    Overrides
    GenericOpenVRController.DefaultLeftHandedInteractions

    DefaultRightHandedInteractions

    Declaration
    public override MixedRealityInteractionMapping[] DefaultRightHandedInteractions { get; }
    Property Value
    Type Description
    MixedRealityInteractionMapping[]
    Overrides
    GenericOpenVRController.DefaultRightHandedInteractions

    Methods

    SetupDefaultInteractions(Handedness)

    Declaration
    public override void SetupDefaultInteractions(Handedness controllerHandedness)
    Parameters
    Type Name Description
    Handedness controllerHandedness
    Overrides
    GenericOpenVRController.SetupDefaultInteractions(Handedness)
    In This Article
    • Constructors
      • ViveKnucklesController(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])
    • Properties
      • DefaultLeftHandedInteractions
      • DefaultRightHandedInteractions
    • Methods
      • SetupDefaultInteractions(Handedness)
    Back to top Generated by DocFX