public static Image BlackImageComponent;
public static Image DetailHideImageComponent;
public static Text InformationTextComponent;
public static Text InformationTitleTextComponent;
public static GameObject CenterPosition;

void Start()
ย  ย  {
ย  ย  ย  ย  //ํŽ˜์ด๋“œ ์ธ ํ•  ๊ฒƒ๋“ค
ย  ย  ย  ย  BlackImageComponent = GameObject.Find("Black_Image").GetComponent<Image>();
ย  ย  ย  ย  DetailHideImageComponent = GameObject.Find("DetailHide_Btn").GetComponent<Image>();

ย  ย  ย  ย  //๋ฒ„ํŠผ ์ด๋™ ์œ„์น˜ ๊ตฌํ˜„ ๊ด€๋ จ
ย  ย  ย  ย  CenterPosition = GameObject.Find("CenterPosition");

ย  ย  ย  ย  InformationTitleTextComponent = GameObject.Find("BlackImageTitle_Text").GetComponent<Text>();
ย  ย  ย  ย  InformationTextComponent = GameObject.Find("BlackImage_Text").GetComponent<Text>();

InformationTitle[0] = ""; //์˜ค๋ฅ˜๋Š” ์—ฌ๊ธฐ์„œ ์ž๊พธ๋‚จ
ย  ย  ย  ย  Information[0] = "";
ย  ย  }


์ด๋Ÿฌ๊ณ  ๋‹ค๋ฅธ ์Šคํฌ๋ฆฝํŠธ์—์„œ ์ผ์Œ


Manager_Skill.InformationTitleTextComponent.text = Manager_Skill.InformationTitle[0];
Manager_Skill.InformationTextComponent.text = Manager_Skill.Information[0];

๊ทธ์ชฝ์—์„œ ์“ด๊ฑด ์ด๊ฑฐ์ž„
์—ญ์‹œ ๋„ˆ๋ฌด ๊ธด ๊ฒƒ ๊ฐ™์•„์„œ ํ•„์š” ์—†๋Š” ๋ถ€๋ถ„์€ ์กฐ๊ธˆ ์ž˜๋ž์Œ