csharp
public readonly record struct StatisticRowOne counted thing, and the ceiling it was measured against.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public string LabelWhat is being counted.
public long ValueHow many there are.
public long? BudgetThe ceiling, or for a figure with no opinion.
public string? DetailA sentence about it, or .
public BudgetState StateHow the value compares with the budget.
public float FillHow full the budget is, from zero to one, clamped. Zero without a budget.
Methods (1)
public StatisticRow(string Label, long Value, long? Budget = null, string? Detail = null)One counted thing, and the ceiling it was measured against.
Used by (5)
- DiagnosticsPanelTestsVixen.Editor.App.Tests
- EditorApplicationVixen.Editor.App
- SceneStatisticsVixen.Editor.Profiler
- StatisticsAndMemoryTestsVixen.Editor.Profiler.Tests
- StatisticsViewVixen.Editor.Profiler