Class XRUIInputModule | XR Interaction Toolkit | 0.0.6-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class XRUIInputModule

    Inheritance
    Object
    UIInputModule
    XRUIInputModule
    Inherited Members
    UIInputModule.uiCamera
    UIInputModule.Process()
    UIInputModule.clickSpeed
    UIInputModule.moveDeadzone
    UIInputModule.repeatDelay
    UIInputModule.repeatRate
    UIInputModule.trackedDeviceDragThresholdMultiplier
    Namespace: UnityEngine.XR.Interaction.Toolkit.UI
    Syntax
    public class XRUIInputModule : UIInputModule

    Properties

    maxRaycastDistance

    Declaration
    public float maxRaycastDistance { get; set; }
    Property Value
    Type Description
    Single

    Methods

    Awake()

    Declaration
    protected override void Awake()

    DoProcess()

    Declaration
    protected override void DoProcess()
    Overrides
    UIInputModule.DoProcess()

    GetTrackedDeviceModel(XRUIPointer, out TrackedDeviceModel)

    Declaration
    public bool GetTrackedDeviceModel(XRUIPointer pointer, out TrackedDeviceModel model)
    Parameters
    Type Name Description
    XRUIPointer pointer
    TrackedDeviceModel model
    Returns
    Type Description
    Boolean

    OnEnable()

    Declaration
    protected override void OnEnable()

    RegisterPointer(XRUIPointer)

    Declaration
    public void RegisterPointer(XRUIPointer pointer)
    Parameters
    Type Name Description
    XRUIPointer pointer

    UnregisterPointer(XRUIPointer)

    Declaration
    public void UnregisterPointer(XRUIPointer pointer)
    Parameters
    Type Name Description
    XRUIPointer pointer
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023