Click or drag to resize
Diagnostic Methods

The Diagnostic type exposes the following members.

Methods
  NameDescription
Public methodDraw
Called every frame during the Draw() process.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFixedUpdate
Called every constant X seconds during the Update() phase.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetReportString
Get main diagnostics as string.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Init diagnostics manager.
Public methodResetDrawCounters
Call this when starting drawing frame.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update current time.
Top
See Also