Blink.Game1.UnloadContent C# (CSharp) Method

UnloadContent() protected method

UnloadContent will be called once per game and is the place to unload game-specific content.
protected UnloadContent ( ) : void
return void
        protected override void UnloadContent()
        {
            currState.UnloadContent();
        }