Physics.Arcade.Body#halfWidth

[readonly] halfWidth : number The calculated width / 2 of the physics body. Source code: physics/arcade/Body.js (Line 127)

TweenData#repeatDelay

repeatDelay : number The amount of time in ms between repeats of this tween. Source code: tween/TweenData.js (Line 78)

Text#deltaY

[readonly] deltaY : number Returns the delta y value. The difference between world.y now and in the previous frame. The value will be positive if the Game Object has moved down or negative if up. Inherited From Phaser.Component.Delta#deltaY Source code: gameobjects/components/Delta.js (Line 42)

CanvasRenderer#render()

render(root) Renders the DisplayObjectContainer, usually the Phaser.Stage, to this canvas view. Parameters Name Type Description root PhaserStage | PIXIDisplayObjectContainer The root element to be rendered. Source code: pixi/renderers/canvas/CanvasRenderer.js (Line 152)

TweenManager#getAll()

getAll() → {Array.<Phaser.Tween>} Get all the tween objects in an array. Returns Array.<Phaser.Tween> - Array with all tween objects. Source code: tween/TweenManager.js (Line 114)

RetroFont#requiresUpdate

requiresUpdate : boolean This will let a renderer know that a texture has been updated (used mainly for webGL uv updates) Inherited From PIXI.Texture#requiresUpdate Source code: pixi/textures/Texture.js (Line 87)

Device#ogg

ogg : boolean Can this device play ogg files? Source code: utils/Device.js (Line 379)

Utils.Debug#ropeSegments()

ropeSegments(rope, color, filled) Renders the Rope's segments. Note: This is really expensive as it has to calculate new segments every time you call it Parameters Name Type Argument Default Description rope Phaser.Rope The rope to display the segments of. color string <optional> Color of the debug info to be rendered (format is css color string). filled boolean <optional> true Render the rectangle as a fillRect (default, true) or a strokeRect (false) Source cod

Rectangle#bottomLeft

bottomLeft : Phaser.Point The location of the Rectangles bottom left corner as a Point object. Gets or sets the location of the Rectangles bottom left corner as a Point object. Source code: geom/Rectangle.js (Line 504)

Touch#consumeTouchMove()

consumeTouchMove() Consumes all touchmove events on the document (only enable this if you know you need it!). Source code: input/Touch.js (Line 186)