get_alignment
Description:
[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.2" ) ]
public void get_alignment (Actor? child, out BinAlignment x_align, out BinAlignment y_align)
public void get_alignment (Actor? child, out BinAlignment x_align, out BinAlignment y_align)
Warning: get_alignment is deprecated since 1.12.
Retrieves the horizontal and vertical alignment policies for a child of this
If child
is null
the default alignment policies will be returned instead
Parameters:
this | |
child |
a child of |
x_align |
return location for the horizontal alignment policy |
y_align |
return location for the vertical alignment policy |