Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PreDispatch

Allows subclasses to perform custom logic before the event is dispatched.
Read time 1 minuteLast updated 4 days ago

Definition

PreDispatch()

Allows subclasses to perform custom logic before the event is dispatched.
Warning
Deprecated. Override PreDispatch(IPanel panel) instead.
protected virtual void PreDispatch()

PreDispatch(IPanel)

Allows subclasses to perform custom logic before the event is dispatched.
protected virtual void PreDispatch(IPanel panel)

Parameters

panel

The panel where the event will be dispatched.