PostDispatch
Allows subclasses to perform custom logic after the event has been dispatched.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
PostDispatch()
Allows subclasses to perform custom logic after the event has been dispatched.
protected virtual void PostDispatch()
PostDispatch(IPanel)
Allows subclasses to perform custom logic after the event has been dispatched.
protected virtual void PostDispatch(IPanel panel)
Parameters
The panel where the event has been dispatched.