API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeDebugLayerViewMode
@codexo/exojs/debug / debug / stable
Determines the coordinate space a DebugLayer renders into. `'screen'` uses the overlay's pixel-space view; `'world'` uses the scene's current world-space view and renders beneath screen-space panels.
0
props
0
methods
0
events
Import
import { DebugLayerViewMode } from '@codexo/exojs/debug'Determines the coordinate space a DebugLayer renders into. `'screen'` uses the overlay's pixel-space view; `'world'` uses the scene's current world-space view and renders beneath screen-space panels.
Definition1
"screen" | "world"Source