Table of Contents

Enum EcsViewRefreshMode

Namespace
Typhon.Profiler
Assembly
Typhon.Profiler.dll

Path the view refresh took this call. Covers the three mutually-exclusive branches in EcsView.Refresh.

public enum EcsViewRefreshMode : byte

Fields

Incremental = 1

Incremental delta-drain succeeded — applied delta entries without a full re-query.

Overflow = 2

Delta ring buffer overflowed — fell back to a full re-query.

Pull = 0

Full re-query (no field evaluators, pull-only view).