BEPUphysics.Threading.SimpleThreadManager.SimpleThreadManager C# (CSharp) 메소드

SimpleThreadManager() 공개 메소드

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