Example #1
0
 private void OnBackgroundSettionButton(GameObject obj)
 {
     if (CheckButtonActive)
     {
         Util.ButtonAnimation(obj);
         m_uiBackgroundSelectPopup.OpenPopup(m_state.GetBackgroundTextureName);
     }
 }