Interface SteeringAction
-
-
Method Summary
Modifier and Type Method Description abstract P
nextPosition()
The position the owner of this action moves to when it is executed, in relative coordinates with respect to its current position. -
-
Method Detail
-
nextPosition
abstract P nextPosition()
The position the owner of this action moves to when it is executed, in relative coordinates with respect to its current position.
-
-
-
-