Interface IDeselectHandler
Interface to implement if you wish to receive OnDeselect callbacks.
Namespace: UnityEngine.EventSystems
Syntax
public interface IDeselectHandler : IEventSystemHandlerRemarks
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 |