A storage currency UI element for uGUI.
Namespace: Esper.Inventool.UI.UGUI Access: public Type: class Inherits: MonoBehaviour
Esper.Inventool.UI.UGUI
public
class
MonoBehaviour
icon
Image
Currency icon.
amountLabel
TextMeshProUGUI
Amount label.
withdrawButton
Button
Withdraw button.
depositButton
Deposit button.
withdrawIcon
Withdraw icon image.
depositIcon
Deposit icon image.
private
Awake()
void
Subscribes to TMP pre‑render to trigger resize.
OnPreRenderText(TMP_TextInfo obj)
Starts coroutine to adjust label rect.
Resize()
IEnumerator
Adjusts amountLabel width and rebuilds layout.
Last updated 4 months ago