API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeApplicationLike
@codexo/exojs / core / stable
Anything that resolves to a concrete Application instance type: the instance itself, its constructor, or `typeof` an already-typed instance. Scene's second generic accepts any of the three - see ApplicationOf.
0
props
0
methods
0
events
Import
import { ApplicationLike } from '@codexo/exojs'Anything that resolves to a concrete Application instance type: the instance itself, its constructor, or `typeof` an already-typed instance. Scene's second generic accepts any of the three - see ApplicationOf.
Definition1
(args: any[]) => ApplicationTop-level engine instance. Owns the canvas, render backend, scene-stack controller, the core systems (input, interaction, audio, coroutines, tweens, animations…<any> | ApplicationTop-level engine instance. Owns the canvas, render backend, scene-stack controller, the core systems (input, interaction, audio, coroutines, tweens, animations…<any>Source