BEPUphysics.Threading.SpecializedThreadManager.RemoveThread C# (CSharp) Метод

RemoveThread() публичный Метод

Removes a worker thread from the engine.
public RemoveThread ( ) : void
Результат void
        public void RemoveThread()
        {
            taskManager.RemoveThread();
            loopManager.RemoveThread();
        }