We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1292601 commit f3fb20cCopy full SHA for f3fb20c
include/gf/Scene.h
@@ -374,6 +374,20 @@ inline namespace v1 {
374
return m_hudView;
375
}
376
377
+ /**
378
+ * @brief Get the world entities
379
+ */
380
+ EntityContainer& getWorldEntities() {
381
+ return m_worldEntities;
382
+ }
383
+
384
385
+ * @brief Get the HUD entities
386
387
+ EntityContainer& getHudEntities() {
388
+ return m_hudEntities;
389
390
391
/**
392
* @brief Customization point for processEvent()
393
*
0 commit comments