Skip to content

Commit 703f040

Browse files
committed
Added warning to docs
1 parent 5612336 commit 703f040

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/gameobjects/container/Container.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ var Vector2 = require('../../math/Vector2');
1818
* @classdesc
1919
* A Container Game Object.
2020
*
21+
* WARNING: EXPERIMENTAL. There are several known cases where Containers will not behave correctly,
22+
* especially if you use a multi-camera or transformed camera set-up. We are still working on them,
23+
* but wanted to release as part of 3.4 under a beta feature flag, because in the main they work
24+
* are and worth getting used to.
25+
*
2126
* A Container, as the name implies, can 'contain' other types of Game Object.
2227
* When a Game Object is added to a Container, the Container becomes responsible for the rendering of it.
2328
* By default it will be removed from the Display List and instead added to the Containers own internal list.

0 commit comments

Comments
 (0)