currentBlendMode : number Source code: pixi/renderers/webgl/utils/WebGLBlendModeManager.js (Line 12)
[static] KILL_WORLD_BOUNDS : integer A bulletKillType constant that automatically kills the bullets when they leave the World.bounds rectangle. Source code: plugins/weapon/WeaponPlugin.js (Line 424)
[static] KILL_WEAPON_BOUNDS : integer A bulletKillType constant that automatically kills the bullets when they leave the Weapon.bounds rectangle. Source code: plugins/weapon/WeaponPlugin.js (Line 410)
[static] KILL_STATIC_BOUNDS : integer A bulletKillType constant that automatically kills the bullets when they leave the Weapon.bounds rectangle. Source code: plugins/weapon/WeaponPlugin.js (Line 431)
[static] KILL_NEVER : integer A bulletKillType constant that stops the bullets from ever being destroyed automatically. Source code: plugins/weapon/WeaponPlugin.js (Line 388)
[static] KILL_LIFESPAN : integer A bulletKillType constant that automatically kills the bullets when their bulletLifespan expires. Source code: plugins/weapon/WeaponPlugin.js (Line 395)
[static] KILL_DISTANCE : integer A bulletKillType constant that automatically kills the bullets after theyexceed the bulletDistance from their original firing position. Source code: plugins/weapon/WeaponPlugin.js (Line 403)
[static] KILL_CAMERA_BOUNDS : integer A bulletKillType constant that automatically kills the bullets when they leave the Camera.bounds rectangle. Source code: plugins/weapon/WeaponPlugin.js (Line 417)
y : number The y coordinate from which bullets are fired. This is the same as Weapon.fireFrom.y, andcan be overridden by the Weapon.fire arguments. Source code: plugins/weapon/WeaponPlugin.js (Line 1246)
x : number The x coordinate from which bullets are fired. This is the same as Weapon.fireFrom.x, andcan be overridden by the Weapon.fire arguments. Source code: plugins/weapon/WeaponPlugin.js (Line 1224)
Page 18 of 535