Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
navigation_node.h File Reference
#include <engine/core/rendering/renderable.h>
#include <engine/public/component.h>
#include <engine/public/components/ai/navigation/graph.h>
#include <engine/public/gameObject.h>
#include <unordered_map>
#include <vector>
Include dependency graph for navigation_node.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NavigationNode
 Component representing a navigation node in a navigation graph. More...