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)

Video#addToWorld()

addToWorld(x, y, anchorX, anchorY, scaleX, scaleY) → {Phaser.Image} Creates a new Phaser.Image object, assigns this Video to be its texture, adds it to the world then returns it. Parameters Name Type Argument Default Description x number <optional> 0 The x coordinate to place the Image at. y number <optional> 0 The y coordinate to place the Image at. anchorX number <optional> 0 Set the x anchor point of the Image. A value between 0 and 1, where 0 is the top-l

Filter#fragmentSrc

fragmentSrc :array | string The fragment shader code. Type array | string Source code: core/Filter.js (Line 98)

Cache#addBitmapFont()

addBitmapFont(key, url, data, atlasData, atlasType, xSpacing, ySpacing) Add a new Bitmap Font to the Cache. Parameters Name Type Argument Default Description key string The key that this asset will be stored in the cache under. This should be unique within this cache. url string The URL the asset was loaded from. If the asset was not loaded externally set to null. data object Extra font data. atlasData object Texture atlas frames data. atlasType string <optional

FlexGrid#positionCustom

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

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

Device#firefoxVersion

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

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)

Video#playbackRate

playbackRate : number Gets or sets the playback rate of the Video. This is the speed at which the video is playing. Source code: gameobjects/Video.js (Line 1337)

Device#chromeOS

chromeOS : boolean Is running on chromeOS? Source code: utils/Device.js (Line 124)