Antkeeper
0.0.1
|
#include <navmesh-agent-component.hpp>
Public Attributes | |
entity::id | navmesh_eid {entt::null} |
Entity ID of the navmesh. More... | |
geom::brep_mesh * | mesh {} |
Pointer to the current mesh through which the agent is navigating. More... | |
geom::brep_face * | face {} |
Pointer to the current mesh face on which the agent is located. More... | |
math::fvec3 | surface_normal {} |
Smooth interpolated surface normal at the agent position. More... | |
Definition at line 30 of file navmesh-agent-component.hpp.
geom::brep_face* navmesh_agent_component::face {} |
Pointer to the current mesh face on which the agent is located.
Definition at line 39 of file navmesh-agent-component.hpp.
geom::brep_mesh* navmesh_agent_component::mesh {} |
Pointer to the current mesh through which the agent is navigating.
Definition at line 36 of file navmesh-agent-component.hpp.
entity::id navmesh_agent_component::navmesh_eid {entt::null} |
Entity ID of the navmesh.
Definition at line 33 of file navmesh-agent-component.hpp.
math::fvec3 navmesh_agent_component::surface_normal {} |
Smooth interpolated surface normal at the agent position.
Definition at line 42 of file navmesh-agent-component.hpp.