World#onDestroy

onDestroy : Phaser.Signal This signal is dispatched when the group is destroyed. Inherited From Phaser.Group#onDestroy Source code: core/Group.js (Line 249)

RetroFont.TEXT_SET5

[static] TEXT_SET5 : string Text Set 5 = ABCDEFGHIJKLMNOPQRSTUVWXYZ.,/() '!?-*:0123456789 Source code: gameobjects/RetroFont.js (Line 231)

Rope#type

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

Graphics#x

x : number The position of the Game Object on the x axis relative to the local coordinates of the parent. Inherited From Phaser.Component.PhysicsBody#x Source code: gameobjects/components/PhysicsBody.js (Line 98)

Graphics#input

input : Phaser.InputHandler | null The Input Handler for this Game Object. By default it is disabled. If you wish this Game Object to process input events you should enable it with: inputEnabled = true. After you have done this, this property will be a reference to the Phaser InputHandler. Type Phaser.InputHandler | null Inherited From Phaser.Component.InputEnabled#input Source code: gameobjects/components/InputEnabled.js (Line 24)

SinglePad#onDisconnectCallback

onDisconnectCallback : Function This callback is invoked every time this gamepad is disconnected Source code: input/SinglePad.js (Line 48)

Input.MOUSE_OVERRIDES_TOUCH

[static] MOUSE_OVERRIDES_TOUCH : number Source code: input/Input.js (Line 358)

Group#checkAll()

checkAll(key, value, checkAlive, checkVisible, force) Quickly check that the same property across all children of this group is equal to the given value. This call doesn't descend down children, so if you have a Group inside of this group, the property will be checked on the group but not its children. Parameters Name Type Argument Default Description key string The property, as a string, to be set. For example: 'body.velocity.x' value any The value that will be checked. checkAli

Graphics#animations

animations : Phaser.AnimationManager If the Game Object is enabled for animation (such as a Phaser.Sprite) this is a reference to its AnimationManager instance.Through it you can create, play, pause and stop animations. Inherited From Phaser.Component.Core#animations Source code: gameobjects/components/Core.js (Line 193) See Phaser.AnimationManager

Graphics#children

[readonly] children : Array.<DisplayObject> [read-only] The array of children of this container. Type Array.<DisplayObject> Inherited From PIXI.DisplayObjectContainer#children Source code: pixi/display/DisplayObjectContainer.js (Line 17)