Exemple #1
0
 /// <summary>
 /// remove from the physics system
 /// </summary>
 public void DisableChassis()
 {
     body.DisableBody();
 }
Exemple #2
0
 public void DisableChassis() => _body.DisableBody();