|
Kemena3D
|
Serialisable settings for a navigation surface attached to an object in the editor. More...
#include <knavmesh.h>

Public Attributes | |
| kNavBuildConfig | config |
| Recast bake parameters. | |
| bool | useArea = false |
| true = restrict to areaSize box. | |
| kVec3 | areaSize = kVec3(20.0f, 10.0f, 20.0f) |
| Full extents of the area box. | |
Serialisable settings for a navigation surface attached to an object in the editor.
Holds the bake parameters plus the geometry source: either every static mesh in the scene, or only static meshes within an axis-aligned area box centred on the owning object.
| kNavBuildConfig kemena::kNavMeshDesc::config |
Recast bake parameters.
| bool kemena::kNavMeshDesc::useArea = false |
true = restrict to areaSize box.