BEPUphysics.DeactivationManagement.DeactivationManager.UpdateMultithreaded C# (CSharp) Method

UpdateMultithreaded() protected method

protected UpdateMultithreaded ( ) : void
return void
        protected override void UpdateMultithreaded()
        {
            FlushSplits();

            ThreadManager.ForLoop(0, simulationIslandMembers.Count, multithreadedCandidacyLoopDelegate);

            DeactivateObjects();
        }