Skip to content
RenderQueryParams

mw / RenderQueryParams

RenderQueryParams Interface

Spatial query rendering parameters

Table of contents

Properties

duration: number
The number of seconds the visual test run results should remain on the screen. The default is 1 second.
hitColor: LinearColor
The color of hit results drawn by test run rendering.
isDrawDebug: boolean
If the property value is true, enable the visualization of ray detect in world space for test run.
thickness: number
Debug the thickness of the lines drawn during rendering. The default value is 1.
traceColor: LinearColor
Test run renders the color of the ray drawn.

Properties

duration

Optional duration: number

The number of seconds the visual test run results should remain on the screen. The default is 1 second.


hitColor

Optional hitColor: LinearColor

The color of hit results drawn by test run rendering.


isDrawDebug

Optional isDrawDebug: boolean

If the property value is true, enable the visualization of ray detect in world space for test run.


thickness

Optional thickness: number

Debug the thickness of the lines drawn during rendering. The default value is 1.


traceColor

Optional traceColor: LinearColor

Test run renders the color of the ray drawn.