RSX Code Reference
    Preparing search index...

    Class Renderer

    Exposes global Renderer settings and related functionality to script.

    Index
    • Parameters

      • OptionalisInternalConstructor: boolean

      Returns Renderer

    • get isRaytracingSceneConversionInProgress(): boolean

      Returns the current progress of the conversion of the scene to a scene capable of handling raytracing. Progress is reported in range [0, 1] representing the percentage of the progress completed.

      See RendererSettings::IsEnabled for more information.

      Returns boolean

      Thread safe.

    • get raytracingSceneConversionProgress(): number

      Returns the current progress of the conversion of the scene to a scene capable of handling raytracing. Progress is reported in range [0, 1] representing the percentage of the progress completed.

      See RendererSettings::IsEnabled for more information.

      Returns number

      Thread safe.

    • Captures a frame for analysis with an external tool. This will capture all rendered scenes and views for that particular frame. Next rendered frame will be captured.

      Returns void

    • Captures a frame for analysis with an external tool. This will capture all rendered scenes and views for that particular frame. Next rendered frame will be captured.

      Returns void