BEPUphysics.Threading.SimpleThreadManager.AddThread C# (CSharp) Метод

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

Adds a thread to the manager.
public AddThread ( ) : void
Результат void
        public void AddThread()
        {
            AddThread(null, null);
        }

Same methods

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