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

EventBase.PostDispatch

Declaration

protected void PostDispatch(UIElements.IPanel panel);

Parameters

panel The panel where the event has been dispatched.

Description

Allows subclasses to perform custom logic after the event has been dispatched.