Enum RealmRate
How a QuerySystem runs over a realm simulated at a divisor (UnobservedTickDivisor).
public enum RealmRate : byte
Fields
Divided = 0Each 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 = 1Every run, in every runnable realm, whatever its divisor — for a system that must see every cluster each tick. Dormant realms are still excluded.