This version of Unity is unsupported.

EventPropagation

enumeration

Description

Value that determines if a event handler stops propagation of events or allows it to continue.

Properties

StopStop event propagation after this handler.
ContinueContinue event propagation after this handler.