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