Group#getChildAt()

getChildAt(index) → {DisplayObject} Returns the child at the specified index Parameters Name Type Description index Number The index to get the child from Returns DisplayObject - The child at the given index, if any. Inherited From PIXI.DisplayObjectContainer#getChildAt Source code: pixi/display/DisplayObjectContainer.js (Line 153)

Group#addChild()

addChild(child) → {DisplayObject} Adds a child to the container. Parameters Name Type Description child DisplayObject The DisplayObject to add to the container Returns DisplayObject - The child that was added. Inherited From PIXI.DisplayObjectContainer#addChild Source code: pixi/display/DisplayObjectContainer.js (Line 42)

Frame#centerY

centerY : number Center Y position within the image to cut from. Source code: animation/Frame.js (Line 59)

Mouse#mouseDownCallback

mouseDownCallback : Function A callback that can be fired when the mouse is pressed down. Source code: input/Mouse.js (Line 42)

Camera#resetFX()

resetFX() Resets any active FX, such as a fade or flash and immediately clears it.Useful to calling after a fade in order to remove the fade from the Stage. Source code: core/Camera.js (Line 779)

Frame#sourceSizeH

sourceSizeH : number Height of the original sprite before it was trimmed. Source code: animation/Frame.js (Line 92)

Video#loop

loop : boolean Gets or sets if the Video is set to loop.Please note that at present some browsers (i.e. Chrome) do not support seamless video looping.If the video isn't yet set this will always return false. Source code: gameobjects/Video.js (Line 1360)

World#camera

camera : Phaser.Camera Camera instance. Source code: core/World.js (Line 35)

Physics.Ninja.Tile#type

[readonly] type : number The type of this Tile. Source code: physics/ninja/Tile.js (Line 49)

RenderTexture#isTiling

isTiling : boolean Is this a tiling texture? As used by the likes of a TilingSprite. Inherited From PIXI.Texture#isTiling Source code: pixi/textures/Texture.js (Line 79)