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} Copy
onInitialized((ctx : Context) => { // do something}
Generated using TypeDoc
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)