Axiom.RenderSystems.Xna.Plugin.Shutdown C# (CSharp) Method

Shutdown() public method

public Shutdown ( ) : void
return void
		public void Shutdown()
		{
			// nothing at the moment
			renderSystem.Shutdown();
            renderSystem = null;
		}