API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
classHitTestLayer
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.
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.
new(app: Application): HitTestLayer destroy(): void render(backend: RenderBackend): void update(_delta: Time): void visible: boolean viewMode: DebugLayerViewMode