Class DiagnosticsCounters
Diagnostics counters we can query from the Diagnostics manager.
Inheritance
System.Object
DiagnosticsCounters
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class DiagnosticsCounters : Enum
Fields
_BuiltInCounterCount
Last built-in counter value. If you want to add custom counters, start here and go up until 'MaxCounters'.
Declaration
public const DiagnosticsCounters _BuiltInCounterCount
Field Value
| Type | Description |
|---|---|
| DiagnosticsCounters |
_MaxCounters
Max counters value.
Declaration
public const DiagnosticsCounters _MaxCounters
Field Value
| Type | Description |
|---|---|
| DiagnosticsCounters |
DrawCalls
Draw calls during this frame.
Declaration
public const DiagnosticsCounters DrawCalls
Field Value
| Type | Description |
|---|---|
| DiagnosticsCounters |
LoadedAssets
Currently loaded assets count.
Declaration
public const DiagnosticsCounters LoadedAssets
Field Value
| Type | Description |
|---|---|
| DiagnosticsCounters |
PlaySoundCalls
Play sound calls during this frame.
Declaration
public const DiagnosticsCounters PlaySoundCalls
Field Value
| Type | Description |
|---|---|
| DiagnosticsCounters |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |