OptionalisEnabled: booleanOptionalisAnyEnabled: booleanOptionalopacity: numberOptionalmode: EnumValue<DiagnosticViewMode, number>OptionalblendMode: EnumValue<DiagnosticViewBlend, number>OptionalpixelInspection: Immutable<DiagnosticPixelInspectionSettings>Optionalviews: Iterable<DiagnosticView>Protected_blendProtected_isProtected_isProtected_modeProtected_opacityProtected_pixelProtected_viewsIf the mode is set to Overlay, this controls how the overlayed texture would blend with the final output.
Whether or not any of the Diagnostics Views is enabled and valid.
Whether or not this Render Settings should capture all the available Diagnostics Views.
Controls the mode of the views. Can be either an overlay or multiple views.
If the mode is set to Overlay, then this controls the opacity of the overlayed texture.
Settings to the pixel inspection.
A vector of all the possible views.
Copies all properties defined by the prototype of DiagnosticViewSettings from other to this instance.
Clones this instance and returns a new DiagnosticViewSettings with identical values.
Determines if this DiagnosticViewSettings instance is equal to the other instance.
StaticisDetermines if both DiagnosticViewSettings instances are equal.
Settings that control the Diagnostic Views.