Diagnostic Class |
Namespace: GeonBit.Managers
public class Diagnostic : IManager
The Diagnostic type exposes the following members.
Name | Description | |
---|---|---|
DebugRenderOctree |
Set / get if we want to debug render octree parts.
| |
DebugRenderPhysics |
Set / get if we want to debug render physics.
| |
Enabled |
Enable / Disable diagnostics.
| |
EntitiesDrawCount |
Get how many entities were rendered this frame.
| |
FpsCount |
Get current FPS count.
| |
Instance |
Get diagnostics utils instance.
| |
NodesDrawCount |
Get how many nodes were rendered this frame.
| |
NodesWithEntitiesDrawCount |
Get how many nodes with entities were rendered this frame.
| |
TransformationsUpdateCount |
Get how many nodes did transformations update this frame.
|
Name | Description | |
---|---|---|
Draw |
Called every frame during the Draw() process.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FixedUpdate |
Called every constant X seconds during the Update() phase.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetReportString |
Get main diagnostics as string.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize |
Init diagnostics manager.
| |
ResetDrawCounters |
Call this when starting drawing frame.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update |
Update current time.
|