BEPUphysics.Constraints.SolverGroups.SolverGroup.UpdateUpdateable C# (CSharp) 메소드

UpdateUpdateable() 보호된 메소드

protected UpdateUpdateable ( EntitySolverUpdateable item, float dt ) : void
item EntitySolverUpdateable
dt float
리턴 void
        protected void UpdateUpdateable(EntitySolverUpdateable item, float dt)
        {
            item.SolverSettings.currentIterations = 0;
            item.SolverSettings.iterationsAtZeroImpulse = 0;
            if (item.isActiveInSolver)
                item.Update(dt);
        }