Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Toggle main menu visibility
Loading...
Searching...
No Matches
NavMeshAreaTypes.hpp
1
#pragma once
2
3
#include <stdint.h>
4
5
namespace
Grindstone::Ai
{
6
using
NavAreaId = uint8_t;
7
using
NavAreaFlags = uint16_t;
8
}
Grindstone::Ai
Definition
NavAgentComponent.hpp:12
plugins
Grindstone.Ai.NavMesh
include
NavMeshAreaTypes.hpp
Generated by
1.17.0