Enum CommandCoalesce
How a command type's arrivals are delivered into a tick.
public enum CommandCoalesce
Fields
LatestPerSession = 1Only the newest per session per tick survives. For a continuous intent — where to walk, where to look — an older one is already wrong.
Queued = 0Every command is delivered, in the order that session sent them.