Game1.LoadContent C# (CSharp) Méthode

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void
      protected override void LoadContent() 
      {
        spriteBatch = new SpriteBatch(GraphicsDevice);
        cursorTex = content.Load<Texture2D>("cursor");
      }