A currency element for uGUI support.
Namespace: Esper.Inventool.UI.UGUI Access: public Type: class Inherits: MonoBehaviour
Esper.Inventool.UI.UGUI
public
class
MonoBehaviour
rectTransform
RectTransform
The RectTransform.
icon
Image
Image component that displays the currency icon.
amountLabel
TextMeshProUGUI
TMP component that displays the currency amount.
private
Awake()
void
Subscribes to amountLabel.OnPreRenderText.
amountLabel.OnPreRenderText
OnPreRenderText(TMP_TextInfo obj)
Starts resizing after TMP pre‑render event.
Resize()
IEnumerator
Resizes the RectTransform and rebuilds layout.
Last updated 4 months ago