csharp
public record class StatisticsBudgetWhat a scene is allowed to contain before somebody wants to know.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
⚠ Defaults that are deliberately generous, and a project should overwrite them. A ceiling nobody chose is a ceiling everybody ignores, and a panel whose warnings are wrong on the first scene it is opened on is one nobody opens twice. What the defaults are for is that the column exists at all, so a project setting has somewhere to land.
Fields and properties (4)
public long EntitiesHow many entities a scene may hold.
public long ArchetypesHow many archetypes it may spread across.
public long HierarchyDepthHow deep the hierarchy may go.
public long ChunkBytesHow many bytes of chunk storage the world may hold.
Used by (2)
- SceneStatisticsVixen.Editor.Profiler
- StatisticsAndMemoryTestsVixen.Editor.Profiler.Tests