Ellipse#right

right : number The x coordinate of the rightmost point of the Ellipse. Changing the right property of an Ellipse object has no effect on the x property, but does adjust the width. Gets or sets the value of the rightmost point of the ellipse. Source code: geom/Ellipse.js (Line 209)

Loader.PHYSICS_PHASER_JSON

[static] PHYSICS_PHASER_JSON : number Source code: loader/Loader.js (Line 328)

Tilemap#objects

objects :array An array of Tiled Object Layers. Source code: tilemap/Tilemap.js (Line 120)

Strip#getChildIndex()

getChildIndex(child) → {Number} Returns the index position of a child DisplayObject instance Parameters Name Type Description child DisplayObject The DisplayObject instance to identify Returns Number - The index position of the child display object to identify Inherited From PIXI.DisplayObjectContainer#getChildIndex Source code: pixi/display/DisplayObjectContainer.js (Line 112)

Polygon#type

type : number The base object type. Source code: geom/Polygon.js (Line 55)

Input#recordLimit

recordLimit : number The total number of entries that can be recorded into the Pointer objects tracking history.If the Pointer is tracking one event every 100ms; then a trackLimit of 100 would store the last 10 seconds worth of history. Default Value 100 Source code: input/Input.js (Line 155)

Mouse#pointerLockChange()

pointerLockChange(event) Internal pointerLockChange handler. Parameters Name Type Description event Event The native event from the browser. This gets stored in Mouse.event. Source code: input/Mouse.js (Line 562)

Mouse#locked

locked : boolean If the mouse has been Pointer Locked successfully this will be set to true. Source code: input/Mouse.js (Line 95)

RequestAnimationFrame#isRunning

isRunning : boolean true if RequestAnimationFrame is running, otherwise false. Source code: utils/RequestAnimationFrame.js (Line 28)

Physics.P2.BodyDebug#centerX

centerX : number The center x coordinate of this Group. It is derived by calling getBounds, calculating the Groups dimensions based on itsvisible children. Inherited From Phaser.Group#centerX Source code: core/Group.js (Line 2705)