π³TextWithIcon
Used to center icon with text composition in UI
When to use?
If you want to replace icon with text in 1 like and make sure composition always in center of rect or frame. Each position depends on text preffered size runtime.

How to use
Replace Text and Image in center of button or rect; Make sure that text aligh is left or right, not center!
TextWithIcon is generic class. Declare TextWithIcon field in UI controller;
Init component by Init() function in Awake or when UI enables once;
Change text like with Text.cs by text property.
Last updated