예제 #1
0
 // 初始化调用
 void Start()
 {
     soundPlay = GameObject.Find("Audio_Source").GetComponent <SoundPlay> ();
     soundPlay.InSettingScene();
     InitializeUIColor();
 }