![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Directory dependency graph for System:Files | |
| Task_GetDeltaTime.cpp | |
| Atomic task: write the current frame delta-time to the LocalBlackboard. | |
| Task_GetDeltaTime.h | |
| Atomic task that writes the current delta-time into the LocalBlackboard. | |
| Task_GetWorldInstance.cpp | |
| Atomic task: find a named entity in World and store its EntityID. | |
| Task_GetWorldInstance.h | |
| Atomic task that resolves a named World entity and stores its ID. | |
| Task_SetPosition.cpp | |
| Atomic task: set entity position via ECS or LocalBlackboard. | |
| Task_SetPosition.h | |
| Atomic task that sets the entity's position. | |