create

Type Event
Revision Release 2022.3683
Keywords composer, scene, create, event
See also composer.*
composer.gotoScene()
composer.loadScene()

Overview

This event is dispatched to the scene passed as the first argument to composer.gotoScene() and composer.loadScene(), but only if the scene's self.view does not exist.

If the scene's self.view already exists — for example, the scene was previously loaded and has not been removed or recycled — the "create" event will not be dispatched. Instead, a show event is dispatched.

Properties

event.params