hasPostRender : boolean A flag to indicate if this plugin has a postRender method. Source
cropRect : Phaser.Rectangle The Rectangle used
getLocalBounds() → {Rectangle} Retrieves the non-global local bounds of the Sprite as a rectangle
blendMode : number The blend mode to be applied to the sprite. Set to PIXI.blendModes.NORMAL to remove any blend mode. Warning:
world : Phaser.Point The world coordinates of this
getBounds(matrix) → {Rectangle} Returns the bounds of the Sprite as a rectangle.The bounds
sendToBack() → {PIXI.DisplayObject} Sends this Game Object to the bottom of its parents display
update() Update is called after all the core subsystems (Input, Tweens, Sound, etc) and the State have updated, but before the render
fixedToCamera : boolean A Game Object that is "fixed" to the camera uses its x/y coordinates as offsets from the top left of the
transformCallback : Function The callback that will apply any scale limiting to the worldTransform.
Page 1 of 14