API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classHitTestLayer
@codexo/exojs/debug / debug / stable
Debug layer that draws outlines around interactive scene nodes. - Magenta: interactive but idle. - Yellow: currently hovered. - Cyan: pointer-captured (drag in progress). - Faint gray quadrant outlines when the spatial index is active (i.e. at least one interactive node is present in the scene). World-space.
2
props
3
methods
0
events
Import
import { HitTestLayer } from '@codexo/exojs/debug' Debug layer that draws outlines around interactive scene nodes. - Magenta: interactive but idle. - Yellow: currently hovered. - Cyan: pointer-captured (drag in progress). - Faint gray quadrant outlines when the spatial index is active (i.e. at least one interactive node is present in the scene). World-space.
Constructors 1
new(app: Application): HitTestLayer Methods 3
destroy(): void render(backend: RenderBackend): void update(_delta: Time): void Properties 2
visible: boolean viewMode: DebugLayerViewMode Source