BlisterUI.MainGame.LoadContent C# (CSharp) Méthode

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void
        protected override void LoadContent()
        {
            spriteBatch = new SpriteBatch(GraphicsDevice);

            FullLoad();

            BuildScreenList();
            screen = screenList.Current;
        }