using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class STAIN : MonoBehaviour { public void Change() { Get.o1("STAIN").GetComponent().color=Color.blue;//this.GetComponent().color; } }