API reference

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

I

interfaceRenderPassOptions

@codexo/exojs / rendering / stable

Options shared by every RenderPass.

2
props
0
methods
0
events
Import
import { RenderPassOptions } from '@codexo/exojs'

Options shared by every RenderPass.

Properties2
enabled?: boolean
Initial enabled state. Default true. Toggle later via the RenderPass.enabled field.
label?: string
Optional debug label for the inspector / logging. Default: the constructor name. Display only - not an identity.
Source