mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class OculusRemoteController

    Inheritance
    Object
    GenericOpenVRController
    OculusRemoteController
    Implements
    GenericJoystickController
    Inherited Members
    GenericOpenVRController.LastXrNodeStateReading
    GenericOpenVRController.DefaultLeftHandedInteractions
    GenericOpenVRController.DefaultRightHandedInteractions
    GenericOpenVRController.UpdateController()
    GenericOpenVRController.UpdateControllerData(XRNodeState)
    GenericOpenVRController.TryRenderControllerModel(Type, InputSourceType)
    Namespace: Microsoft.MixedReality.Toolkit.OpenVR.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public class OculusRemoteController : GenericOpenVRController, GenericJoystickController

    Constructors

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

    Constructor.

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

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

    Constructor.

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

    Properties

    DefaultInteractions

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

    DefaultInteractions

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

    Methods

    SetupDefaultInteractions(Handedness)

    Declaration
    public override void SetupDefaultInteractions(Handedness controllerHandedness)
    Parameters
    Type Name Description
    Handedness controllerHandedness
    Overrides
    GenericOpenVRController.SetupDefaultInteractions(Handedness)

    Implements

    GenericJoystickController
    In This Article
    • Constructors
      • OculusRemoteController(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])
      • OculusRemoteController(TrackingState, Handedness, IMixedRealityInputSource, MixedRealityInteractionMapping[])
    • Properties
      • DefaultInteractions
      • DefaultInteractions
    • Methods
      • SetupDefaultInteractions(Handedness)
    • Implements
    Back to top Generated by DocFX