Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

VisualElement.SendEvent

Declaration

public void SendEvent(UIElements.EventBase e);

Parameters

e The event to send.

Description

Sends an event to the event handler.

This forwards the event to the event dispatcher.