UNPKG

phaser

Version:

A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.

8 lines (7 loc) 273 B
/** * @typedef {object} Phaser.Types.GameObjects.Container.ContainerConfig * @extends Phaser.Types.GameObjects.GameObjectConfig * @since 3.50.0 * * @property {Phaser.GameObjects.GameObject[]} [children] - An optional array of Game Objects to add to the Container. */