MovementPathState
constMovementPathState:Trait<{cost:number;destinationKey:string;nextIndex:number;pathKeys: () =>string[];reason:string|undefined;spentCost:number;status:GameboardMovementStatus;visited:number; }>
Defined in: packages/declarative-hex-worlds/src/traits/movement.ts:35
Runtime path state for a movement agent.