Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


tricklesDown

Returns whether this event is sent down the event propagation path during the TrickleDown phase.
Read time 1 minuteLast updated 10 days ago

Definition

public bool tricklesDown { get; protected set; }

Remarks

Refer to the Dispatch events manual page for more information and examples.
Additional Resources: PropagationPhase.TrickleDown