On this pageUILabel.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 target) { float result = target.alpha; } }Copy