Enum EcsViewRefreshMode
Path the view refresh took this call. Covers the three mutually-exclusive branches in EcsView.Refresh.
public enum EcsViewRefreshMode : byte
Fields
Incremental = 1Incremental delta-drain succeeded — applied delta entries without a full re-query.
Overflow = 2Delta ring buffer overflowed — fell back to a full re-query.
Pull = 0Full re-query (no field evaluators, pull-only view).