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

EventBase.PreDispatch

Declaration

protected void PreDispatch(UIElements.IPanel panel);

Parameters

panel The panel where the event will be dispatched.

Description

Allows subclasses to perform custom logic before the event is dispatched.