|
The Table Engine
|
Defines the SceneNode and SceneTree classes for managing game objects within scenes. More...
#include <functional>#include <vector>#include <string>#include <unordered_map>
Include dependency graph for scene.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SceneNode |
| Represents a node in the scene graph, encapsulating a game object and its hierarchy. More... | |
| class | SceneTree |
| Manages a tree structure of SceneNodes, facilitating scene graph operations. More... | |