phaser/src/scene/events
2020-08-24 19:13:18 +01:00
..
ADDED_TO_SCENE_EVENT.js Scenes.Events.ADDED_TO_SCENE is a new event, emitted by a Scene, when a new Game Object is added to the display list in the Scene, or a Container that is on the display list. 2020-08-24 19:12:54 +01:00
BOOT_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
CREATE_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
DESTROY_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Expose the new events 2020-08-24 19:13:18 +01:00
PAUSE_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
POST_UPDATE_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
PRE_UPDATE_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
READY_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
REMOVED_FROM_SCENE_EVENT.js Scenes.Events.REMOVED_FROM_SCENE is a new event, emitted by a Scene, when it a Game Object is removed from the display list in the Scene, or a Container that is on the display list. 2020-08-24 19:13:06 +01:00
RENDER_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
RESUME_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
SHUTDOWN_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
SLEEP_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
START_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
TRANSITION_COMPLETE_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
TRANSITION_INIT_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
TRANSITION_OUT_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
TRANSITION_START_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
TRANSITION_WAKE_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
UPDATE_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
WAKE_EVENT.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00