CenterContainer¶
Inherits: Container < Control < CanvasItem < Node < Object
Category: Core
Brief Description¶
Keeps children controls centered.
Member Variables¶
- bool use_top_left - If
truecenters children relative to theCenterContainer’s top left corner. Default value:false.
Description¶
CenterContainer Keeps children controls centered. This container keeps all children to their minimum size, in the center.