When enabled, the section renders offscreen into a texture and displays the result in a visible window using strip-packing.

Configuration for offscreen texture rendering mode. The content renders at the specified width/height offscreen, and the resulting texture is packed into the display area.

Hierarchy

  • OffscreenTextureConfig

Properties

enabled: boolean

Whether offscreen texture rendering mode is active for this section.

frameRate?: number

Target frame rate for the offscreen renderer in frames per second.

height: number

The height in pixels of the offscreen rendering surface.

sliceDisplayHeight?: number

Optional height of each slice in the display window in pixels. When not set, the offscreen texture height is used.

sliceDisplayWidth?: number

Optional width of each slice in the display window in pixels. When not set, the section area width is used.

sliceWidth?: number

Optional width of each slice in pixels. When not set, the display window width is used.

width: number

The width in pixels of the offscreen rendering surface.

Generated using TypeDoc