onDestroy : Phaser.Signal This signal is dispatched when the group is destroyed. Inherited From Phaser.Group#onDestroy Source code: core/Group.js (Line 249)
padding : number Source code: pixi/filters/AbstractFilter.js (Line 38)
top : number The y coordinate of the Game Object.This is the same as y - offsetY. Inherited From Phaser.Component.Bounds#top Source code: gameobjects/components/Bounds.js (Line 146)
mixin(object) Mixes in the properties of the EventTarget prototype onto another object Parameters Name Type Description object Object The obj to mix into Source code: plugins/path/EventTarget.js (Line 34)
onResume() Called when the Game resumes from a paused state. Source code: animation/Animation.js (Line 379)
snapToFloor(input, gap, start) → {number} Snap a value to nearest grid slice, using floor. Example: if you have an interval gap of 5 and a position of 12... you will snap to 10.As will 14 snap to 10... but 16 will snap to 15. Parameters Name Type Argument Default Description input number The value to snap. gap number The interval gap of the grid. start number <optional> 0 Optional starting offset for gap. Returns number - The snapped value. Source code: math/Ma
event :MSPointerEvent | null The browser MSPointer DOM event. Will be null if no event has ever been received.Access this property only inside a Pointer event handler and do not keep references to it. Type MSPointerEvent | null Source code: input/MSPointer.js (Line 75)
sound(key, volume, loop, connect) → {Phaser.Sound} Creates a new Sound object. Parameters Name Type Argument Default Description key string The Game.cache key of the sound that this object will use. volume number <optional> 1 The volume at which the sound will be played. loop boolean <optional> false Whether or not the sound will loop. connect boolean <optional> true Controls if the created Sound object will connect to the master gainNode of the SoundMa
spriteBatch : PIXI.WebGLSpriteBatch Manages the rendering of sprites Source code: pixi/renderers/webgl/WebGLRenderer.js (Line 139)
update() Update is called after all the core subsystems (Input, Tweens, Sound, etc) and the State have updated, but before the render.It only calls plugins who have active=true. Source code: core/PluginManager.js (Line 198)
Page 226 of 535