API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceRenderToOptions

@codexo/exojs / rendering / stable

Options for DrawContext.renderTo: a caller-owned, per-frame off-screen target, reused across frames (no per-call allocation). Unlike RenderingContext.capture, the target is supplied by the caller.

3
props
0
methods
0
events
Import
import { RenderToOptions } from '@codexo/exojs'

Options for DrawContext.renderTo: a caller-owned, per-frame off-screen target, reused across frames (no per-call allocation). Unlike RenderingContext.capture, the target is supplied by the caller.

Properties3
Source