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 XboxController

    Xbox Controller using Unity Input System

    Inheritance
    Object
    BaseController
    GenericJoystickController
    XboxController
    Implements
    IMixedRealityController
    Inherited Members
    GenericJoystickController.PointerOffsetAngle
    GenericJoystickController.CurrentControllerPosition
    GenericJoystickController.CurrentControllerRotation
    GenericJoystickController.LastControllerPose
    GenericJoystickController.CurrentControllerPose
    GenericJoystickController.UpdateController()
    GenericJoystickController.UpdateButtonData(MixedRealityInteractionMapping)
    GenericJoystickController.UpdateSingleAxisData(MixedRealityInteractionMapping)
    GenericJoystickController.UpdateDualAxisData(MixedRealityInteractionMapping)
    GenericJoystickController.UpdatePoseData(MixedRealityInteractionMapping)
    BaseController.InputSystem
    BaseController.DefaultLeftHandedInteractions
    BaseController.DefaultRightHandedInteractions
    BaseController.Enabled
    BaseController.TrackingState
    BaseController.ControllerHandedness
    BaseController.InputSource
    BaseController.Visualizer
    BaseController.IsPositionAvailable
    BaseController.IsPositionApproximate
    BaseController.IsRotationAvailable
    BaseController.Interactions
    BaseController.AngularVelocity
    BaseController.Velocity
    BaseController.IsInPointingPose
    BaseController.SetupConfiguration(Type, InputSourceType)
    BaseController.AssignControllerMappings(MixedRealityInteractionMapping[])
    BaseController.TryRenderControllerModel(Type, InputSourceType)
    BaseController.TryAddControllerModelToSceneHierarchy(GameObject)
    BaseController.GetControllerVisualizationProfile()
    BaseController.IsControllerMappingEnabled()
    BaseController.GetControllerMappings()
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Input.UnityInput
    Assembly: cs.temp.dll.dll
    Syntax
    public class XboxController : GenericJoystickController, IMixedRealityController

    Constructors

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

    Constructor.

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

    Properties

    DefaultInteractions

    Default interactions for Xbox Controller using Unity Input System.

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

    Methods

    SetupDefaultInteractions(Handedness)

    Assign the default interactions based on controller handedness if necessary.

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

    Implements

    IMixedRealityController
    Back to top Generated by DocFX