Table of Contents

Enum Route

Namespace
Termule.Engine.Core
Assembly
Termule.Engine.dll

Represents a path for a message to be sent along.

[Flags]
public enum Route

Fields

Downward = 4

Send message on all descendant GameObject busses.

Local = 1

Send message only on the local GameObject.

This is the default behavior of Broadcast(object).

Upward = 2

Send message on all ancestor GameObject busses.