Graphics#height

height : number The height of the displayObjectContainer, setting this will actually modify the scale to achieve the value set Inherited From PIXI.DisplayObjectContainer#height Source code: pixi/display/DisplayObjectContainer.js (Line 600)

FlexLayer#cursorIndex

[readonly] cursorIndex : integer The current index of the Group cursor. Advance it with Group.next. Inherited From Phaser.Group#cursorIndex Source code: core/Group.js (Line 255)

FlexLayer#removeChildren()

removeChildren(beginIndex, endIndex) Removes all children from this container that are within the begin and end indexes. Parameters Name Type Description beginIndex Number The beginning position. Default value is 0. endIndex Number The ending position. Default value is size of the container. Inherited From PIXI.DisplayObjectContainer#removeChildren Source code: pixi/display/DisplayObjectContainer.js (Line 213)

FlexLayer#bounds

bounds : Phaser.Rectangle Source code: core/FlexLayer.js (Line 51)

Point#copyFrom()

copyFrom(source) → {Phaser.Point} Copies the x and y properties from any given object to this Point. Parameters Name Type Description source any The object to copy from. Returns Phaser.Point - This Point object. Source code: geom/Point.js (Line 43)

TweenData.COMPLETE

[static] COMPLETE : number Source code: tween/TweenData.js (Line 179)

Particles.Arcade.Emitter#alignTo()

alignTo(parent, position, offsetX, offsetY) → {Phaser.Group} Aligns this Group to the side of another Game Object, or Rectangle, known as the'parent', in one of 11 possible positions. The parent must be a Game Object, or Phaser.Rectangle object. This can include propertiessuch as World.bounds or Camera.view, for aligning Groups within the worldand camera bounds. Or it can include other Sprites, Images, Text objects, BitmapText,TileSprites or Buttons. Please note that aligning a Group to anoth

Physics.P2.BodyDebug#alignTo()

alignTo(parent, position, offsetX, offsetY) → {Phaser.Group} Aligns this Group to the side of another Game Object, or Rectangle, known as the'parent', in one of 11 possible positions. The parent must be a Game Object, or Phaser.Rectangle object. This can include propertiessuch as World.bounds or Camera.view, for aligning Groups within the worldand camera bounds. Or it can include other Sprites, Images, Text objects, BitmapText,TileSprites or Buttons. Please note that aligning a Group to anoth

Physics.Ninja.Tile#yw

[readonly] yw Properties: Name Type Description xw number Half the height. Source code: physics/ninja/Tile.js (Line 77)

Graphics#clear()

clear() → {PIXI.Graphics} Clears the graphics that were drawn to this Graphics object, and resets fill and line style settings. Returns PIXI.Graphics - Source code: pixi/primitives/Graphics.js (Line 633)