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

RemoveThread() 공개 메소드

Removes a thread and blocks until success.
public RemoveThread ( ) : void
리턴 void
        public void RemoveThread()
        {
            EnqueueTask(null, null);
            WaitForTaskCompletion();
            RemakeLoopSections();
        }