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

    Class HoloLensInputModule

    Inheritance
    Object
    HoloLensInputModule
    Namespace: UnityEngine.EventSystems
    Syntax
    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()

    Awake()

    Declaration
    protected override void 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

    ProcessDrag(PointerEventData)

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

    ShouldActivateModule()

    Declaration
    public override bool ShouldActivateModule()
    Returns
    Type Description
    Boolean

    UpdateModule()

    Declaration
    public override void 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