Phaser API Documentation

  Version: 
GroupClassTypeConstructor(scene, x, y, texture, [frame])

Parameters:

name type arguments description
scene Phaser.Scene

The Scene to which this Game Object belongs.

x number

The horizontal position of this Game Object in the world.

y number

The vertical position of this Game Object in the world.

texture string | Phaser.Textures.Texture

The key, or instance of the Texture this Game Object will use to render with, as stored in the Texture Manager.

frame string | number <optional>

An optional frame from the Texture this Game Object is rendering with.

Type:
function