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

AddThread() 공개 메소드

Notifies the thread manager that it should use another thread.
public AddThread ( ) : void
리턴 void
        public void AddThread()
        {
            TaskManager.AddThread();
        }

Same methods

ThreadManagerTPL::AddThread ( Action initialization, object initializationInformation ) : void