Groups and Containers Logical grouping (Group), visual grouping with transform inheritance (Container), render-layer grouping (Layer), object pooling, and when to use each in Phaser 4. Key source paths: , , Related skills: ../sprites-and-images/SKILL.md, ../physics-arcade/SKILL.md Quick Start Core Concepts Group vs Container vs Layer | Feature | Group | Container | Layer | |---|---|---|---| | Purpose | Logical collection / pool | Visual parent with transform | Render-order bucket | | On display list | No (children are) | Yes (renders children) | Yes (renders children) | | Position/rotation/sc…