PIXI.Container Class

Defined in: PIXI.Container:8
Module: PIXI Display

Mixins for the PIXI Container class

Properties

useBoundsForSize

Boolean

Defined in useBoundsForSize:18

Determines if width and height will calculate bounds of all children using getLocalBounds(), or only use the internal _width or _height. This should really only be set once, when the display object is initialized. Note that without this property, the default would be to use getLocalBounds();

Default: true