예제 #1
0
 public void Prepare(float dt, IThreadDispatcher threadDispatcher = null)
 {
     timestepDuration = dt;
     OnPrepare(threadDispatcher);
     PairCache.Prepare(threadDispatcher);
     ConstraintRemover.Prepare(threadDispatcher);
 }
예제 #2
0
 public void Prepare(IThreadDispatcher threadDispatcher = null)
 {
     OnPrepare(threadDispatcher);
     PairCache.Prepare(threadDispatcher);
     ConstraintRemover.Prepare(threadDispatcher);
 }