menu
autonomy
interfaces
AutonomyAStarState
isGoal method
isGoal
brightness_4
brightness_5
description
isGoal
method
@
override
bool
isGoal
(
)
override
Whether this state is the goal state.
Implementation
@override bool isGoal() => position.isNear(goal);
autonomy
interfaces
AutonomyAStarState
isGoal method
AutonomyAStarState class