Class DiagnosticViewSettings

Settings that control the Diagnostic Views.

Constructors

Properties

_blendMode: EnumValue<DiagnosticViewBlend, number>
_isAnyEnabled: boolean
_isEnabled: boolean
_opacity: number
_views: DiagnosticView[]

Accessors

  • get isAnyEnabled(): boolean
  • Whether or not any of the Diagnostics Views is enabled and valid.

    Returns boolean

  • set isAnyEnabled(value): void
  • Parameters

    • value: boolean

    Returns void

  • get isEnabled(): boolean
  • Whether or not this Render Settings should capture all the available Diagnostics Views.

    Returns boolean

  • set isEnabled(value): void
  • Parameters

    • value: boolean

    Returns void

  • get opacity(): number
  • If the mode is set to Overlay, then this controls the opacity of the overlayed texture.

    Returns number

  • set opacity(value): void
  • Parameters

    • value: number

    Returns void

Methods