BEPUphysics.Vehicle.Wheel.FindSupport C# (CSharp) 메소드

FindSupport() 개인적인 메소드

private FindSupport ( ) : void
리턴 void
        internal void FindSupport()
        {
            if (!(isSupported = shape.FindSupport(out supportLocation, out normal, out suspension.currentLength, out supportingCollidable, out supportingEntity, out supportMaterial)))
                suspension.currentLength = suspension.restLength;
        }