API reference

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

I

interfaceRenderPassInspectorEntry

@codexo/exojs/debug / debug / stable

Snapshot of one drawable's filter chain at the moment the inspector collected it. Held by reference inside RenderPassInspectorLayer for the duration of one frame; replaced on the next update.

6
props
0
methods
0
events
Import
import { RenderPassInspectorEntry } from '@codexo/exojs/debug'

Snapshot of one drawable's filter chain at the moment the inspector collected it. Held by reference inside RenderPassInspectorLayer for the duration of one frame; replaced on the next update.

Properties6
cachedAsTexture: boolean
Whether the drawable is texture-cached (cached drawables apply filters once, not per frame).
drawableLabel: string
Constructor name of the inspected drawable (e.g. Sprite, Container).
hasMask: boolean
Whether the drawable has a mask attached (mask passes count toward total).
height: number
Bounding-box height as the filter pipeline sees it (ceil).
width: number
Bounding-box width as the filter pipeline sees it (ceil).
Source