Button.getAlignment

Gets the alignment of the child in the button. Since 2.4

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

Parameters

xalign float

return location for horizontal alignment. out

yalign float

return location for vertical alignment. out

Meta