Constructs a new arrive behavior.
ArriveBehavior([Vector3? target, this.deceleration = 3, this.tolerance = 0 ]):super() { this.target = target ?? Vector3(); }