Wallop
Wallop copied to clipboard
Modules should have additional callbacks supported
Modules' scripts should have the ability to support additional callbacks (aside from update/draw) to allow them to adjust as the scene's lifecycle changes.
- Scene activated/Deactivated
- Noteworthy: A module won't always see the scene activated callback as they're not guaranteed to be instantiated ahead of the scene's activation
- Scene saving