Button.getAlignment

Gets the alignment of the child in the button.

More...
class Button
void
getAlignment
(
out float xalign
,
out float yalign
)

Parameters

xalign float

return location for horizontal alignment

yalign float

return location for vertical alignment

Detailed Description

Deprecated: Access the child widget directly if you need to control its alignment.

Meta