BEPUphysics.Threading.SimpleThreadManager.SimpleThreadManager C# (CSharp) Method

SimpleThreadManager() public method

Constructs the thread manager.
public SimpleThreadManager ( ) : System
return System
        public SimpleThreadManager()
        {
            LoopTasksPerThread = 1;
            doLoopSectionDelegate = new Action<object>(DoLoopSection);
        }