bulletFrameRandom : boolean If you've added a set of frames via Weapon.setBulletFrames then you can optionally
bulletWorldWrap : boolean Should the Bullets wrap around the world bounds? This automatically callsWorld.wrap
fireAtPointer(pointer) → {Phaser.Bullet}
shots : number The total number of bullets this Weapon has fired so far.You can limit the number of shots allowed (via
bulletRotateToVelocity : boolean Bullets can optionally adjust their rotation in-flight to match their velocity.This can
bulletKillDistance : number If you've set bulletKillType to Phaser.Weapon.KILL_DISTANCE this controls
killAll() → {Phaser.Weapon}
bulletCollideWorldBounds : boolean Should bullets collide with the World bounds or not?
bulletKey : string The Texture Key that the Bullets use when rendering.Changing this has no effect on bullets in-flight,
bulletAngleVariance : number This is a variance added to the angle of Bullets when they are fired.If you fire from an angle
Page 1 of 7