internal void UncacheShape(ulong meshHash, PhysicsShape shape, ShapeType shapeType) { ShapeCache cache = FindCorrespondingCache(shapeType); cache.RemoveShape(meshHash, shape); }