• Register a callback in the engine context created event. This happens once per context (after the context has been created and the first content has been loaded)

    onInitialized((ctx : Context) => {
    // do something
    }

    Parameters

    • cb: LifecycleMethod

    Returns void

Generated using TypeDoc