|
Kemena3D
|
Defines a traversable shortcut between two navmesh points. More...
#include <knavmesh.h>
Public Attributes | |
| kVec3 | start |
| World-space start point. | |
| kVec3 | end |
| World-space end point. | |
| float | radius = 0.6f |
| Connection snap radius. | |
| bool | bidirectional = true |
| If false, only start→end is walkable. | |
Defines a traversable shortcut between two navmesh points.
Use this to represent ladders, jumps, teleporters, etc. Links are baked into the navmesh and can be one- or two-directional.
| bool kemena::kNavLink::bidirectional = true |
If false, only start→end is walkable.
| kVec3 kemena::kNavLink::end |
World-space end point.
| float kemena::kNavLink::radius = 0.6f |
Connection snap radius.
| kVec3 kemena::kNavLink::start |
World-space start point.