Construct a movement policy that is appropriate for projectiles
Optional
fixedA fixed velocity for all projectiles
Optional
multiplier?: numberA multiplier on projectile speed
Optional
rotateShould projectiles be rotated in the direction they are tossed?
Optional
fixedA fixed velocity for all projectiles
Optional
rotateShould projectiles be rotated in the direction they are tossed?
The body of the actor to which this movement is attached
Do any last-minute adjustments related to the movement
Toss a projectile. This is for tossing in the direction of a specified point. This method just handles movement. You shouldn't call it on your own. Use the Role's tossAt() method instead.
X coordinate of the center of the actor doing the toss
Y coordinate of the center of the actor doing the toss
X coordinate of the point at which to toss
Y coordinate of the point at which to toss
The x distance between the center of the projectile and the center of the actor tossing the projectile
The y distance between the center of the projectile and the center of the actor tossing the projectile
Toss a projectile. This is for tossing in a single, predetermined direction. This method just handles movement. You shouldn't call it on your own. Use the Role's tossFrom() method instead.
The initial position
The X velocity of the projectile when it is tossed
The Y velocity of the projectile when it is tossed
A rule for how projectiles move