Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

CenterContainer

Eredita: Container < Control < CanvasItem < Node < Object

Un contenitore che mantiene i controlli figli al centro.

Descrizione

CenterContainer è un contenitore che mantiene tutti i suoi controlli figli al suo centro, alle loro dimensioni minime.

Tutorial

Proprietà

bool

use_top_left

false


Descrizioni delle proprietà

bool use_top_left = false 🔗

  • void set_use_top_left(value: bool)

  • bool is_using_top_left()

Se true, centra i figli in relazione all'angolo in alto a sinistra del CenterContainer.