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

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void
        public static void Init()
        {
            if (instance == null)
            {
                instance = new SoundManager();
                instance.InitInstance();
            }
        }