Example3.Game1.LoadContent C# (CSharp) 메소드

LoadContent() 보호된 메소드

protected LoadContent ( ) : void
리턴 void
        protected override void LoadContent()
        {
            spriteBatch = new SpriteBatch(GraphicsDevice);
            texture = this.Content.Load<Texture2D>("logo128");
        }