AlmasB / FXGL

Java / JavaFX / Kotlin Game Library (Engine)
http://almasb.github.io/FXGL/
MIT License
4.45k stars 556 forks source link

Scene service subscenes #1330

Open AlmasB opened 10 months ago

AlmasB commented 10 months ago

Is it possible to have a method to get the list of all SubScenes? including custom GameSubScene instances pushed by the getSceneService().pushSubScene(scene) method?

Originally posted by @chengenzhao in https://github.com/AlmasB/FXGL/issues/1315#issuecomment-1879622212