ModelViewer.Sound.SoundManager.Shutdown C# (CSharp) 메소드

Shutdown() 공개 정적인 메소드

public static Shutdown ( ) : void
리턴 void
        public static void Shutdown()
        {
            if (instance != null)
            {
                instance.Dispose();
                instance = null;
            }
        }