RSX Code Reference
    Preparing search index...
    • rsx
    • DiagnosticViewSettings

    Class DiagnosticViewSettings

    Class that notifies its parent ManagedSettigns or ManagedSubSettings object when one of its members changes.

    Index
    • get isAnyEnabled(): boolean

      Whether or not any of the Diagnostics Views is enabled and valid.

      Returns boolean

    • set isAnyEnabled(value: boolean): 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: boolean): 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: number): void

      Parameters

      • value: number

      Returns void

    • Allows modifying this object multiple times in a row in a scope, without marking the object dirty immediately. Dirty flags are accumulated and the object is marked dirty at the end.

      Parameters

      • action: () => void

        The scope where the object is modified.

      Returns void