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.
Constructors 1
new(app: Application): PointerStackLayer Methods 3
destroy(): void render(backend: RenderBackend): void update(_delta: Time): void Properties 2
visible: boolean viewMode: DebugLayerViewMode Source