Pointer#pageX

pageX : number The horizontal coordinate of the Pointer relative to whole document. Source code: input/Pointer.js (Line 191)

Graphics#endFill()

endFill() → {PIXI.Graphics} Applies a fill to the lines and shapes that were added since the last call to the beginFill() method. Returns PIXI.Graphics - Source code: pixi/primitives/Graphics.js (Line 519)

Mouse#pointerLock

pointerLock : Phaser.Signal This event is dispatched when the browser enters or leaves pointer lock state. Source code: input/Mouse.js (Line 107)

RandomDataGenerator#angle()

angle() → {number} Returns a random angle between -180 and 180. Returns number - A random number between -180 and 180. Source code: math/RandomDataGenerator.js (Line 310)

TilingSprite#generateTilingTexture()

generateTilingTexture(forcePowerOfTwo, renderSession) Parameters Name Type Description forcePowerOfTwo Boolean Whether we want to force the texture to be a power of two renderSession RenderSession - Source code: pixi/extras/TilingSprite.js (Line 332)

MSPointer#pointerMoveCallback

pointerMoveCallback : Function A callback that can be fired on a MSPointerMove event. Source code: input/MSPointer.js (Line 49)

Mouse#mouseWheelCallback

mouseWheelCallback : Function A callback that can be fired when the mousewheel is used. Source code: input/Mouse.js (Line 62)

Event#type

[readonly] type : string The string name of the event that this represents. Source code: plugins/path/EventTarget.js (Line 244)

Mouse#mouseOverCallback

mouseOverCallback : Function A callback that can be fired when the mouse enters the game canvas (usually after a mouseout). Source code: input/Mouse.js (Line 57)

Graphics#contains()

contains(child) → {Boolean} Determines whether the specified display object is a child of the DisplayObjectContainer instance or the instance itself. Parameters Name Type Description child DisplayObject - Returns Boolean - Inherited From PIXI.DisplayObjectContainer#contains Source code: pixi/display/DisplayObjectContainer.js (Line 449)