new Group()
Phaser Group extensions
Methods
-
$$centered( [anchor])
-
A shortcut placing a graphics in the center of the screen
Parameters:
Name Type Argument Default Description anchor
Phaser.Point <optional>
new Phaser.Point(0.5, 0.5) the anchor point
-
$$moveTo(destination [, anchor])
-
Moves the current object in the coordinates of another, considering groups/scaling
Parameters:
Name Type Argument Default Description destination
Phaser.Sprite | Phaser.Group a destination object
anchor
Phaser.Point <optional>
new Phaser.Point(0.5, 0.5) the anchor point
-
$$pointIn(ancestor [, anchor])
-
A shortcut placing a text in the center of the screen
Parameters:
Name Type Argument Default Description ancestor
Phaser.Sprite | Phaser.Group an ancestor of this object
anchor
Phaser.Point <optional>
new Phaser.Point(0.5, 0.5) the anchor point
-
$$tween(properties, duration [, options])
-
A shortcut for tween creation in groups
Parameters:
Name Type Argument Default Description properties
Object properties to tween
duration
Number tween duration
options
Object <optional>
{} Tween options
Properties
Name Type Argument Default Description ease
Object <optional>
Phaser.Easing.Default Default Ease function
autostart
Object <optional>
false delay
Object <optional>
0 repeat
Object <optional>
0 yoyo
Object <optional>
false