Enum Route
Represents a path for a message to be sent along.
[Flags]
public enum Route
Fields
Downward = 4Send message on all descendant GameObject busses.
Local = 1Send message only on the local GameObject.
This is the default behavior of Broadcast(object).
Upward = 2Send message on all ancestor GameObject busses.