Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EventPropagation

Value that determines if a event handler stops propagation of events or allows it to continue.
Read time 1 minuteLast updated 10 days ago

Definition

public enum EventPropagation

Fields

Value

Description

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