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

    Class DiagnosticPixelInspectionSettings

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

    Index
    • get apertureSize(): number

      The aperture size to fetch from the pixel data.

      Returns number

    • set apertureSize(value: number): void

      Parameters

      • value: number

      Returns void

    • get isEnabled(): boolean

      If it is enabled or not.

      Returns boolean

    • set isEnabled(value: boolean): void

      Parameters

      • value: boolean

      Returns void

    • get isInsideViewportBounds(): boolean

      If the pointer is inside the scene viewport bounds.

      Returns boolean

    • set isInsideViewportBounds(value: boolean): void

      Parameters

      • value: boolean

      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