Rope#z

[readonly] z : number The z depth of this Game Object within its parent Group.No two objects in a Group can have the same z value.This value is adjusted automatically whenever the Group hierarchy changes.If you wish to re-order the layering of a Game Object then see methods like Group.moveUp or Group.bringToTop. Inherited From Phaser.Component.Core#z Source code: gameobjects/components/Core.js (Line 177)

Cache#checkSoundKey()

checkSoundKey(key) → {boolean} Checks if the given key exists in the Sound Cache. Parameters Name Type Description key string The key of the asset within the cache. Returns boolean - True if the key exists in the cache, otherwise false. Source code: loader/Cache.js (Line 863)

Rope#data

data : Object An empty Object that belongs to this Game Object.This value isn't ever used internally by Phaser, but may be used by your own code, orby Phaser Plugins, to store data that needs to be associated with the Game Object,without polluting the Game Object directly. Inherited From Phaser.Component.Core#data Default Value {} Source code: gameobjects/components/Core.js (Line 160)

Cache#removeTextureAtlas()

removeTextureAtlas(key) Removes a Texture Atlas from the cache. Note that this only removes it from the Phaser.Cache. If you still have references to the data elsewherethen it will persist in memory. Parameters Name Type Description key string Key of the asset you want to remove. Source code: loader/Cache.js (Line 1882)

Ellipse#top

top : number The top of the Ellipse. The same as its y property. Gets or sets the top of the ellipse. Source code: geom/Ellipse.js (Line 234)

Bullet#outOfCameraBoundsKill

outOfCameraBoundsKill : boolean If this and the autoCull property are both set to true, then the kill methodis called as soon as the Game Object leaves the camera bounds. Inherited From Phaser.Component.InWorld#outOfCameraBoundsKill Source code: gameobjects/components/InWorld.js (Line 115)

Animation#restart()

restart() Sets this animation back to the first frame and restarts the animation. Source code: animation/Animation.js (Line 218)

CanvasRenderer#resolution

resolution : number The resolution of the canvas. Source code: pixi/renderers/canvas/CanvasRenderer.js (Line 33)

Image#type

[readonly] type : number The const type of this object. Source code: gameobjects/Image.js (Line 47)

Animation#loop

loop : boolean The loop state of the Animation. Source code: animation/Animation.js (Line 63)