API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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?: booleanInitial enabled state. Default true. Toggle later via the RenderPass.enabled field.
label?: stringOptional debug label for the inspector / logging. Default: the constructor name. Display only - not an identity.
Source