Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

IEventHandler.SendEvent

Declaration

public void SendEvent(UIElements.EventBase e);

Parameters

Description
e The event to send.

Description

Sends an event to the event handler.

The event is forwarded to the event dispatcher for processing. For more information, refer to Synthesize and send events.

Additional resources: IEventHandler.HandleEvent, EventDispatcher, EventBase