|
tess 0.4.0
Performance-first tile and path simulation substrate
|
Stores one agent's goal, route cursor, and retry lifecycle state. More...
#include <tess/sim/path_agent.h>
Public Attributes | |
| Coord3 | position {} |
| Coord3 | goal {} |
| PathTicket | ticket {} |
| std::size_t | path_index = 0 |
| PathStatus | status = PathStatus::NoPath |
| PathAgentPhase | phase = PathAgentPhase::Idle |
| bool | has_goal = false |
| std::uint32_t | blocked_retries = 0 |
Stores one agent's goal, route cursor, and retry lifecycle state.