API reference

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

C

classPointerStackLayer

@codexo/exojs/debug / debug / stable

Debug layer that shows a screen-space panel (top-right corner) listing all RenderNodes under the current pointer position, sorted by zIndex descending. Screen-space.

2
props
3
methods
0
events
Import
import { PointerStackLayer } from '@codexo/exojs/debug'

Debug layer that shows a screen-space panel (top-right corner) listing all RenderNodes under the current pointer position, sorted by zIndex descending. Screen-space.

Constructors1
Methods3
destroy(): void
Destroy the panel's Container subtree and release all child references.
render(backend: RenderBackend): void
Submit the panel's Container subtree to the backend for drawing.
Lazily initialize the panel on first call, reposition it to the top-right corner, and populate text lines with the current pointer stack (up to 10 entries, sorted by zIndex descending).
Properties2
visible: boolean
Source