Table of Contents

Enum RealmRate

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

How a QuerySystem runs over a realm simulated at a divisor (UnobservedTickDivisor).

public enum RealmRate : byte

Fields

Divided = 0

Each cluster of an N-divided realm once every N runs of the system, spread over the N runs; the system integrates with ctx.Realms.DeltaTime(realm). The default.

Full = 1

Every run, in every runnable realm, whatever its divisor — for a system that must see every cluster each tick. Dormant realms are still excluded.