File tree Expand file tree Collapse file tree
src/gameobjects/container Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments