docs.unity.cn

Unity UI 1.0.0

    Show / Hide Table of Contents

    Interface IDeselectHandler

    Interface to implement if you wish to receive OnDeselect callbacks.

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

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

    Methods

    OnDeselect(BaseEventData)

    Called by the EventSystem when a new object is being selected.

    Declaration
    void OnDeselect(BaseEventData eventData)
    Parameters
    Type Name Description
    BaseEventData eventData
    In This Article
    • Methods
      • OnDeselect(BaseEventData)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 12 June 2023