global#NONE

<constant> NONE : integer Direction constant. Source code: Phaser.js (Line 59)

Physics.Arcade.Body#overlapR

overlapR : number If Body.isCircle is true, and this body collides with another circular body, the amount of overlap is stored here. The amount of overlap during the collision. Source code: physics/arcade/Body.js (Line 349)

Filter#init()

init() Should be over-ridden. Source code: core/Filter.js (Line 104)

RoundedRectangle#x

x : number The x coordinate of the top-left corner of the Rectangle. Source code: geom/RoundedRectangle.js (Line 31)

Circle#top

top : number The sum of the y minus the radius property. Changing the top property of a Circle object has no effect on the x and y properties, but does change the diameter. Gets or sets the top of the circle. Source code: geom/Circle.js (Line 358)

Utils.Debug#columnWidth

columnWidth : number The spacing between columns. Source code: utils/Debug.js (Line 59)

Stage#addChildAt()

addChildAt(child, index) → {DisplayObject} Adds a child to the container at a specified index. If the index is out of bounds an error will be thrown Parameters Name Type Description child DisplayObject The child to add index Number The index to place the child in Returns DisplayObject - The child that was added. Inherited From PIXI.DisplayObjectContainer#addChildAt Source code: pixi/display/DisplayObjectContainer.js (Line 55)

Physics.P2.BodyDebug#rotation

rotation : number The angle of rotation of the group container, in radians. This will adjust the group container itself by modifying its rotation.This will have no impact on the rotation value of its children, but it will update their worldTransform and on-screen position. Inherited From Phaser.Group#rotation Source code: core/Group.js (Line 2987)

Weapon#bulletFrame

bulletFrame : string | integer The Texture Frame that the Bullets use when rendering.Changing this has no effect on bullets in-flight, only on newly spawned bullets. Type string | integer Source code: plugins/weapon/WeaponPlugin.js (Line 221)

Physics.Ninja.Tile#oldpos

oldpos : Phaser.Point The position of this object in the previous update. Source code: physics/ninja/Tile.js (Line 59)