API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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: booleanWhether the drawable is texture-cached (cached drawables apply filters once, not per frame).
drawableLabel: stringConstructor name of the inspected drawable (e.g. Sprite, Container).
Filter instances currently attached, in execution order.
hasMask: booleanWhether the drawable has a mask attached (mask passes count toward total).
height: numberBounding-box height as the filter pipeline sees it (ceil).
width: numberBounding-box width as the filter pipeline sees it (ceil).
Source