예제 #1
0
 public void Set(PTLogoColor color, Font font, string value)
 {
     GetComponentInChildren <Image>().color = PT.GetOfficialColor(color);
     GetComponentInChildren <Text>().text   = value;
     GetComponentInChildren <Text>().font   = font;
 }
예제 #2
0
 private void Start()
 {
     GetComponentInChildren <Image>().color = PT.GetOfficialColor(color);
 }