Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.