|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <engine/public/component.h>#include <engine/public/components/ai/navigation/graph.h>#include <engine/public/components/ai/navigation/navigation_node.h>#include <engine/public/gameObject.h>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | NavigationGraph |
| Component representing a navigation graph for AI pathfinding. More... | |