API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeAudioListenerTarget
Anything AudioListener.target can be set to. The listener reads its world-space position from the target each frame: - SceneNode: uses `getWorldTransform()` translation (true world space, composed through RetainedContainer transform-group boundaries) - View: uses `view.center` - Plain `{ x, y }` object: read directly - `null`: no automatic tracking - set `position` manually.
import { AudioListenerTarget } from '@codexo/exojs'Anything AudioListener.target can be set to. The listener reads its world-space position from the target each frame: - SceneNode: uses `getWorldTransform()` translation (true world space, composed through RetainedContainer transform-group boundaries) - View: uses `view.center` - Plain `{ x, y }` object: read directly - `null`: no automatic tracking - set `position` manually.
SceneNodeTransform-bearing leaf in the scene-graph hierarchy. Carries position, rotation, scale, skew and origin. Implements Collidable so any node can participate dire… | View2D camera that defines what region of the world is visible on screen. Maintains a center position, a visible area size, a rotation, and an optional zoom level.… | null | { x: number; y: number }