Exemple #1
0
 private void FixedUpdate()
 {
     if (isSimulating)
     {
         simGroup.Update();
     }
 }