BEPUphysics.DeactivationManagement.DeactivationManager.UpdateMultithreaded C# (CSharp) 메소드

UpdateMultithreaded() 보호된 메소드

protected UpdateMultithreaded ( ) : void
리턴 void
        protected override void UpdateMultithreaded()
        {
            FlushSplits();

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

            DeactivateObjects();
        }