Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
Loading...
Searching...
No Matches
NavMeshComponent.hpp
1
#pragma once
2
3
#include "../NavMeshAreaTypes.hpp"
4
5
class
dtNavMesh;
6
7
namespace
Grindstone::Ai
{
8
struct
NavMeshComponent
{
9
float
cellSize = 0.2f;
10
float
cellHeight = 0.1f;
11
dtNavMesh* navMesh =
nullptr
;
12
13
REFLECT(
"NavigationMesh"
)
14
};
15
}
Grindstone::Ai
Definition
NavAgentComponent.hpp:12
Grindstone::Ai::NavMeshComponent
Definition
NavMeshComponent.hpp:8
plugins
Grindstone.Ai.NavMesh
include
Components
NavMeshComponent.hpp
Generated by
1.17.0