BEPUphysics.BroadPhaseSystems.BroadPhase.BroadPhase C# (CSharp) Метод

BroadPhase() защищенный Метод

protected BroadPhase ( IThreadManager threadManager ) : BEPUphysics.BroadPhaseEntries
threadManager IThreadManager
Результат BEPUphysics.BroadPhaseEntries
        protected BroadPhase(IThreadManager threadManager)
            : this()
        {
            ThreadManager = threadManager;
            AllowMultithreading = true;
        }
        //TODO: Initial capacity?  Special collection type other than list due to structs? RawList? Clear at beginning of each frame?

Same methods

BroadPhase::BroadPhase ( ) : BEPUphysics.BroadPhaseEntries