Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TrickleDown

Use this enum to specify during which phases the event handler is executed.
Read time 1 minuteLast updated 12 days ago

Definition

public enum TrickleDown

Fields

Value

Description

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