Axiom.RenderSystems.Xna.Plugin.Shutdown C# (CSharp) 메소드

Shutdown() 공개 메소드

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