is the general-purpose node of the PixiJS v8 scene graph. It holds children and applies transforms, alpha, tint, and blend mode to its whole subtree. Every display object you make will either be a you're building a branch on, or a leaf ( , , , ) that you nest inside one. Assumes familiarity with . Quick Start Related skills: (scene graph mental model, masking, layers, render groups), / / / (leaf objects that go inside containers), ( , hit testing), (Matrix, toGlobal/toLocal detail), ( , culling, render groups). Core Patterns Constructor options All options ( , , , , , , etc.) are also valid h…