Table of Contents

Enum EventRouting

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

How an event finds the sessions that should hear it.

public enum EventRouting

Fields

Broadcast = 4

Every session.

Near = 1

Sessions whose interest contains a point the event carries.

None = 0

Nothing declared yet; the event reaches nobody.

ToKnown = 2

Sessions that already know any of the entities the event names.

ToOwner = 3

The session controlling the entity the event names.