Example #1
0
    protected override void OnViewDisable()
    {
        //Debug.Log("Disable Shop menu");
        m_ScreenPivot.InputEnabled = false;
        m_ShopScroller.DisableControls();
        m_ShopScroller.FadeOut();

        base.OnViewDisable();
    }
Example #2
0
 public void DisableControls()
 {
     m_Layout.InputEnabled = false;
     m_ItemScroller.DisableControls();
     m_ItemScroller.FadeOut();
 }