Optionaltype: EnumValue<DiagnosticViewType, number>OptionalisEnabled: booleanOptionalnormalizedViewportLocation: Immutable<Rect2>If it is enabled or not.
The position and size of the Diagnostic View on the Viewport. This is where the Diagnostic View should be drawn. This should be normalized. Meaning this values must be set from 0-1. This is set automatically by the Engine, but can be set manually on a stand-alone framework.
The type of the view.
Copies all properties defined by the prototype of DiagnosticView from other to this instance.
Clones this instance and returns a new DiagnosticView with identical values.
Determines if this DiagnosticView instance is equal to the other instance.
StaticisDetermines if both DiagnosticView instances are equal.
A struct that defines single Diagnostic View. Its type and whether it is active or not.