bulletAngleVariance : number This is a variance added to the angle of Bullets when they are fired.If you fire from an angle
fireFrom : Phaser.Rectangle This is a Rectangle
bulletKey : string The Texture Key that the Bullets use when rendering.Changing this has no effect on bullets in-flight,
bulletKillDistance : number If you've set bulletKillType to Phaser.Weapon.KILL_DISTANCE this controls
fireAngle : integer The angle at which the bullets are fired. This can be a const such as Phaser.ANGLE_UPor it can be any
trackPointer(pointer, offsetX, offsetY) → {
pauseAll() → {Phaser.Weapon}
destroy() Destroys this Weapon. It removes itself from the PluginManager, destroysthe bullets Group, and nulls internal references
bulletFrame : string | integer The Texture Frame that the Bullets use when rendering.Changing this has no effect on bullets
setBulletBodyOffset(width, height, offsetX, offsetY) → {
Page 2 of 7