예제 #1
0
 internal void FindSupport()
 {
     if (!(isSupported = shape.FindSupport(out supportLocation, out normal, out suspension.currentLength, out supportingCollidable, out supportingEntity, out supportMaterial)))
     {
         suspension.currentLength = suspension.restLength;
     }
 }