Steering Action With Target
interface SteeringActionWithTarget<T, P : Position<P>, Vector<P>> : SteeringAction<T, P>
Content copied to clipboard
A SteeringAction with a defined target.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The position the owner of this action moves to when it is executed, in relative coordinates with respect to its current position.