On this pageUILabel_UnityText.alphapublic float alpha { get; set; }CopyDescription#Gets/Sets the alpha value of the text colorUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UILabel_UnityText target) { float result = target.alpha; } }Copy