docs.unity.cn
    Show / Hide Table of Contents

    Interface IMoveHandler

    Interface to implement if you wish to receive OnMove callbacks.

    Namespace: UnityEngine.EventSystems
    Syntax
    public interface IMoveHandler : IEventSystemHandler
    Remarks

    Criteria for this event is implementation dependent. For example see StandAloneInputModule.

    Methods

    OnMove(AxisEventData)

    Called by a BaseInputModule when a move event occurs.

    Declaration
    void OnMove(AxisEventData eventData)
    Parameters
    Type Name Description
    AxisEventData eventData
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 12 June 2023