CenterContainer¶
Inherits: Container < Control < CanvasItem < Node < Object
Keeps children controls centered.
Description¶
CenterContainer keeps children controls centered. This container keeps all children to their minimum size, in the center.
Tutorials¶
Properties¶
|
Property Descriptions¶
bool use_top_left = false
If true
, centers children relative to the CenterContainer's top left corner.