MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / set_alignment

Method set_alignment

scene/gui/box_container.cpp:307–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void BoxContainer::set_alignment(AlignmentMode p_alignment) {
308 if (alignment == p_alignment) {
309 return;
310 }
311 alignment = p_alignment;
312 _resort();
313}
314
315BoxContainer::AlignmentMode BoxContainer::get_alignment() const {
316 return alignment;

Callers 15

color_picker.cppFile · 0.45
_notificationMethod · 0.45
_shape_lineMethod · 0.45
FileDialogMethod · 0.45
_notificationMethod · 0.45
MaterialEditorMethod · 0.45
TileSetEditorMethod · 0.45
parse_propertyMethod · 0.45
PhysicalBone3DEditorMethod · 0.45
ThemeItemImportTreeMethod · 0.45

Calls

no outgoing calls

Tested by 1

_setupMethod · 0.36