Animation#frame

frame : number Gets or sets the current frame index and updates the Texture Cache for display. Source code: animation/Animation.js (Line 739)

Group#bottom

bottom : number The bottom coordinate of this Group. It is derived by calling getBounds, calculating the Groups dimensions based on itsvisible children. Source code: core/Group.js (Line 2845)

Physics.P2#onSpringAdded

onSpringAdded : Phaser.Signal This signal is dispatched when a Spring is added to the World. It sends 1 argument: spring which is either a Phaser.Physics.P2.Spring, p2.LinearSpring or p2.RotationalSpring that was added to the world. Source code: physics/p2/World.js (Line 115)

Physics.Ninja.Body#height

[readonly] height : number The height of this Body Source code: physics/ninja/Body.js (Line 483)

TilemapLayer#game

game : Phaser.Game A reference to the currently running Game. Inherited From Phaser.Component.Core#game Source code: gameobjects/components/Core.js (Line 142)

Device#firefoxVersion

firefoxVersion : number If running in Firefox this will contain the major version number. Source code: utils/Device.js (Line 287)

Particles.Arcade.Emitter#remove()

remove(child, destroy, silent) → {boolean} Removes the given child from this group. This will dispatch an onRemovedFromGroup event from the child (if it has one), and optionally destroy the child. If the group cursor was referring to the removed child it is updated to refer to the next child. Parameters Name Type Argument Default Description child any The child to remove. destroy boolean <optional> false If true destroy will be invoked on the removed child. silent boolean

FlexGrid#positionCustom

[readonly] positionCustom Properties: Name Type Description position Phaser.Point - Source code: core/FlexGrid.js (Line 46)

Camera#preUpdate()

preUpdate() Camera preUpdate. Sets the total view counter to zero. Source code: core/Camera.js (Line 258)

Sprite#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)