DIFF

class ButtonWidgetSource

ButtonWidget UIWidget Widget Managed

Part of Widget UI system

All members, including inherited

Methods 9

proto native bool GetState()
proto void GetText(out string text)
proto native void SetTextOffset(float xoffset, float yoffset)
proto native void SetTextHorizontalAlignment(int align)
align
ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT
proto native void SetTextVerticalAlignment(int align)
align
ALIGN_CENTER, ALIGN_TOP, ALIGN_BOTTOM
proto native float GetTextProportion()

Get text proportion - ratio between button height and button text height in interval <0,1>

proto native void SetTextProportion(float val)

Set text proportion - ratio between button height and button text height in interval <0,1>