API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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(): voidDestroy the panel's Container subtree and release all child references.
render(backend: RenderBackend): voidSubmit 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: booleanRenders in screen-space so the panel stays fixed in the top-right corner.
Source