BEPUphysics.Threading.ThreadManagerTPL.RemoveThread C# (CSharp) 메소드

RemoveThread() 공개 메소드

Notifies the thread manager that it should decrease the number of threads used.
public RemoveThread ( ) : void
리턴 void
        public void RemoveThread()
        {
            TaskManager.RemoveThread();
        }