Exemplo n.º 1
0
    public virtual void AnimateInDelayed()
    {
        GameUIPanelFooter.ShowMain();

        GameCommunity.HideBroadcastRecordPlayShare();

        GameCommunity.ShowActionAppRate();
    }
Exemplo n.º 2
0
    public void HandleButtonDisplay()
    {
        // handle buttons

        if (buttonDisplayState ==
            UIPanelButtonsDisplayState.CharacterCustomize)
        {
            GameUIPanelFooter.ShowButtonsCharacterCustomize();
        }
        else if (buttonDisplayState ==
                 UIPanelButtonsDisplayState.Character)
        {
            GameUIPanelFooter.ShowButtonsCharacter();
        }
        else if (buttonDisplayState ==
                 UIPanelButtonsDisplayState.CharacterLarge)
        {
            GameUIPanelFooter.ShowButtonsCharacterLarge();
        }
        else if (buttonDisplayState ==
                 UIPanelButtonsDisplayState.CharacterTools)
        {
            GameUIPanelFooter.ShowButtonsCharacterTools();
        }
        else if (buttonDisplayState == UIPanelButtonsDisplayState.Statistics)
        {
            GameUIPanelFooter.ShowButtonsStatistics();
        }
        else if (buttonDisplayState == UIPanelButtonsDisplayState.Achievements)
        {
            GameUIPanelFooter.ShowButtonsAchievements();
        }
        else if (buttonDisplayState == UIPanelButtonsDisplayState.GameNetworks)
        {
            GameUIPanelFooter.ShowButtonGameNetworks();
        }
        else if (buttonDisplayState == UIPanelButtonsDisplayState.ProductsSections)
        {
            GameUIPanelFooter.ShowButtonsProductsSections();
        }
    }