예제 #1
0
 void OnChildClick_Button_Cancel(object Data = null)
 {
     // 取得要呼叫的參數
     if (m_dictInfo.ContainsKey("Cancel_Method"))
     {
         GameUtility.CallObjectMethod(m_dictInfo["Cancel_Method"]);
     }
     // 都要關閉
     _CloseUI();
 }