Types.GameObjects.Container

Phaser.Types.GameObjects.Container

ContainerConfig

<static> ContainerConfig

name

type

optional

description

children

Array.<Phaser.GameObjects.GameObject>

Yes

An optional array of Game Objects to add to the Container.

Type: object

Member of: Phaser.Types.GameObjects.Container

Source: src/gameobjects/container/typedefs/ContainerConfig.js#L1
Since: 3.50.0


Updated on