Vixen
02b45cc4
csharp
public record class StatisticsBudget

What 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 Entities

    How many entities a scene may hold.

  • public long Archetypes

    How many archetypes it may spread across.

  • public long HierarchyDepth

    How deep the hierarchy may go.

  • public long ChunkBytes

    How many bytes of chunk storage the world may hold.

Used by (2)

  • SceneStatisticsVixen.Editor.Profiler
  • StatisticsAndMemoryTestsVixen.Editor.Profiler.Tests