BEPUphysics.Threading.SpecializedThreadManager.RemoveThread C# (CSharp) Method

RemoveThread() public method

Removes a worker thread from the engine.
public RemoveThread ( ) : void
return void
        public void RemoveThread()
        {
            taskManager.RemoveThread();
            loopManager.RemoveThread();
        }