Type Event Revision Release 2024.3703 Keywords composer, scene, create, event See also composer.*
composer.gotoScene()
composer.loadScene()
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.