Editor Aware App
interface EditorAwareApp
Functions
Link copied to clipboard
Link copied to clipboard
Called on app initialization - either invoked by the KoolEditor when the app was (re-)loaded or by the Launcher when the app was started in standalone mode. The two modes can be distinguished via AppState.isInEditor
Link copied to clipboard
Called after the app is loaded and starts the app execution. This function is either called directly after loadApp in case the app runs in standalone mode or when the user enables play mode in the editor. The two modes can be distinguished via AppState.isInEditor