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)

Mouse#enabled

enabled : boolean Mouse input will only be processed if enabled. Default Value true Source code: input/Mouse.js (Line 89)

global#TOP_RIGHT

<constant> TOP_RIGHT : integer A constant representing a top-right alignment or position. Source code: Phaser.js (Line 402)

SoundManager#channels

channels : number The number of audio channels to use in playback. Default Value 32 Source code: sound/SoundManager.js (Line 96)