This version of Unity is unsupported.

TrickleDown

enumeration

Description

Use this enum to specify during which phases the event handler is executed.

Properties

NoTrickleDownThe event handler should be executed during the AtTarget and BubbleUp phases.
TrickleDownThe event handler should be executed during the TrickleDown and AtTarget phases.