Exemplo n.º 1
0
 public void UnloadContent()
 {
     itemtitle.UnloadContent();
     itemsetting.UnloadContent();
     arrow_left.UnloadContent();
     arrow_right.UnloadContent();
 }
Exemplo n.º 2
0
        public virtual void UnloadContent()
        {
            background.UnloadContent();
            field_active.UnloadContent();

            mainbuttonup.UnloadContent();
            mainbuttonup_pressed.UnloadContent();
            mainbuttonmiddle.UnloadContent();
            mainbuttondown.UnloadContent();
            mainbuttondown_pressed.UnloadContent();

            buttonback.UnloadContent();
            buttoncontinue.UnloadContent();
        }
Exemplo n.º 3
0
        public override void UnloadContent()
        {
            base.UnloadContent();

            for (int i = 0; i < text.Length; i++)
            {
                menuItems[i].imageselected.UnloadContent();
                menuItems[i].imageunselected.UnloadContent();
            }

            background.UnloadContent();
            sign.UnloadContent();
            poster.UnloadContent();
            test_text.UnloadContent();
        }
Exemplo n.º 4
0
 public void UnloadContent()
 {
     title.UnloadContent();
 }