Pursuit

public bool Pursuit(float speed, float stoppingDistance, float facingAngle, MovingEntity target, Vector3 offset) ;

Move to track in consideration of the movement velocity of the target.

Parameter Name Description
speed Speed to move
stoppingDistance Stopping distance
facingAngle Angle to judge whether they are facing each other
When Target faces the Agent side and faces, move directly toward Target
target Target MovingEntity
offset Target's offset in the local coordinate system

Returns true if the destination setting is successful. Otherwise false.