Game1.LoadContent C# (CSharp) 메소드

LoadContent() 보호된 메소드

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