BRandomMovement constructor
BRandomMovement({})
Implementation
BRandomMovement({
this.speed,
this.maxDistance = 50,
this.minDistance = 25,
this.timeKeepStopped = 2000,
this.checkDirectionWithRayCast = false,
this.updateAngle = false,
this.allowDirections = RandomMovementDirections.all,
super.id,
});