Class HoloLensInputModule | Windows Mixed Reality | 4.2.3
docs.unity3d.com
    Show / Hide Table of Contents

    Class HoloLensInputModule

    Inheritance
    Object
    UIBehaviour
    BaseInputModule
    PointerInputModule
    StandaloneInputModule
    HoloLensInputModule
    Inherited Members
    StandaloneInputModule.DeactivateModule()
    StandaloneInputModule.Process()
    StandaloneInputModule.ProcessTouchPress(PointerEventData, Boolean, Boolean)
    StandaloneInputModule.SendSubmitEventToSelectedObject()
    StandaloneInputModule.SendMoveEventToSelectedObject()
    StandaloneInputModule.ProcessMouseEvent()
    StandaloneInputModule.ForceAutoSelect()
    StandaloneInputModule.ProcessMouseEvent(Int32)
    StandaloneInputModule.SendUpdateEventToSelectedObject()
    StandaloneInputModule.ProcessMousePress(PointerInputModule.MouseButtonEventData)
    StandaloneInputModule.GetCurrentFocusedGameObject()
    StandaloneInputModule.inputMode
    StandaloneInputModule.allowActivationOnMobileDevice
    StandaloneInputModule.forceModuleActive
    StandaloneInputModule.inputActionsPerSecond
    StandaloneInputModule.repeatDelay
    StandaloneInputModule.horizontalAxis
    StandaloneInputModule.verticalAxis
    StandaloneInputModule.submitButton
    StandaloneInputModule.cancelButton
    PointerInputModule.kMouseLeftId
    PointerInputModule.kMouseRightId
    PointerInputModule.kMouseMiddleId
    PointerInputModule.kFakeTouchesId
    PointerInputModule.m_PointerData
    PointerInputModule.GetPointerData(Int32, PointerEventData, Boolean)
    PointerInputModule.RemovePointerData(PointerEventData)
    UnityEngine.EventSystems.PointerInputModule.GetTouchPointerEventData(UnityEngine.Touch, System.Boolean, System.Boolean)
    PointerInputModule.CopyFromTo(PointerEventData, PointerEventData)
    PointerInputModule.StateForMouseButton(Int32)
    PointerInputModule.GetMousePointerEventData()
    PointerInputModule.GetMousePointerEventData(Int32)
    PointerInputModule.GetLastPointerEventData(Int32)
    PointerInputModule.ProcessMove(PointerEventData)
    PointerInputModule.IsPointerOverGameObject(Int32)
    PointerInputModule.ClearSelection()
    PointerInputModule.ToString()
    UnityEngine.EventSystems.PointerInputModule.DeselectIfSelectionChanged(UnityEngine.GameObject, UnityEngine.EventSystems.BaseEventData)
    BaseInputModule.m_RaycastResultCache
    BaseInputModule.m_InputOverride
    BaseInputModule.OnEnable()
    BaseInputModule.OnDisable()
    BaseInputModule.FindFirstRaycast(List<RaycastResult>)
    BaseInputModule.DetermineMoveDirection(Single, Single)
    BaseInputModule.DetermineMoveDirection(Single, Single, Single)
    UnityEngine.EventSystems.BaseInputModule.FindCommonRoot(UnityEngine.GameObject, UnityEngine.GameObject)
    UnityEngine.EventSystems.BaseInputModule.HandlePointerExitAndEnter(UnityEngine.EventSystems.PointerEventData, UnityEngine.GameObject)
    BaseInputModule.GetAxisEventData(Single, Single, Single)
    BaseInputModule.GetBaseEventData()
    BaseInputModule.input
    BaseInputModule.inputOverride
    BaseInputModule.eventSystem
    UIBehaviour.Start()
    UIBehaviour.OnDestroy()
    UIBehaviour.IsActive()
    UnityEngine.EventSystems.UIBehaviour.OnValidate()
    UnityEngine.EventSystems.UIBehaviour.Reset()
    UIBehaviour.OnRectTransformDimensionsChange()
    UIBehaviour.OnBeforeTransformParentChanged()
    UIBehaviour.OnTransformParentChanged()
    UIBehaviour.OnDidApplyAnimationProperties()
    UIBehaviour.OnCanvasGroupChanged()
    UIBehaviour.OnCanvasHierarchyChanged()
    UIBehaviour.IsDestroyed()
    Namespace: UnityEngine.EventSystems
    Syntax
    [Obsolete("Support for built-in VR will be removed in Unity 2020.1. Please update to the new Unity XR Plugin System. More information about the new XR Plugin System can be found at https://docs.google.com/document/d/1AMk4NwRVAtnG-LScXT2ne_s5mD4rmWK_C9dyn39ZDbc/edit.", false)]
    public class HoloLensInputModule : StandaloneInputModule

    Constructors

    HoloLensInputModule()

    Declaration
    protected HoloLensInputModule()

    Properties

    normalizedNavigationToScreenOffsetScalar

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

    timeToPressOnTap

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

    Methods

    ActivateModule()

    Declaration
    public override void ActivateModule()
    Overrides
    StandaloneInputModule.ActivateModule()

    Awake()

    Declaration
    protected override void Awake()
    Overrides
    UIBehaviour.Awake()

    HoloLensInput_GestureNotifier()

    Declaration
    [Obsolete("This method was never intended for public consumption - if you needed it as a workaround for something, please report the accompanying bug.", true)]
    public void HoloLensInput_GestureNotifier()

    HoloLensInput_GetEventSystem()

    Declaration
    [Obsolete("This method was never intended for public consumption - if you needed it as a workaround for something, please report the accompanying bug.")]
    public EventSystem HoloLensInput_GetEventSystem()
    Returns
    Type Description
    EventSystem

    HoloLensInput_GetScreenOffsetScalar()

    Declaration
    [Obsolete("HoloLensInput_GetScreenOffsetScalar has been deprecated. Use normalizedNavigationToScreenOffsetScalar instead. (UnityUpgradable) -> normalizedNavigationToScreenOffsetScalar")]
    public float HoloLensInput_GetScreenOffsetScalar()
    Returns
    Type Description
    Single

    HoloLensInput_GetTimeToPressOnTap()

    Declaration
    [Obsolete("HoloLensInput_GetTimeToPressOnTap has been deprecated. Use timeToPressOnTap instead. (UnityUpgradable) -> timeToPressOnTap")]
    public float HoloLensInput_GetTimeToPressOnTap()
    Returns
    Type Description
    Single

    IsModuleSupported()

    Declaration
    public override bool IsModuleSupported()
    Returns
    Type Description
    Boolean
    Overrides
    StandaloneInputModule.IsModuleSupported()

    ProcessDrag(PointerEventData)

    Declaration
    protected override void ProcessDrag(PointerEventData pointerEvent)
    Parameters
    Type Name Description
    PointerEventData pointerEvent
    Overrides
    PointerInputModule.ProcessDrag(PointerEventData)

    ShouldActivateModule()

    Declaration
    public override bool ShouldActivateModule()
    Returns
    Type Description
    Boolean
    Overrides
    StandaloneInputModule.ShouldActivateModule()

    UpdateModule()

    Declaration
    public override void UpdateModule()
    Overrides
    StandaloneInputModule.UpdateModule()
    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