En Yi
10d48c1d70
Allow optional inits for scene
...
Particle system and entity management are now optional during scene
init.
2024-08-24 14:42:11 +08:00
En Yi
b158bee1e8
Remove unused ActionResult
...
There is only one focused scene at a time as part of the design
limitation. Thus, it is no longer needed
2024-07-01 20:48:48 +08:00
En Yi
510428d152
Refactor render function
2024-06-30 15:24:22 +08:00
En Yi
c5a30bee6d
Use scene idx instead of pointer
2024-06-29 13:26:48 +08:00
En Yi
921b59d2ab
Add scene hierachy feature
...
This allows scene to have children but can only have one parent
There is only one focused scene to get input
Update and Render order is child first and next
2024-06-27 21:36:55 +08:00