internal void CacheShape(ulong meshHash, PhysicsShape phyShape, ShapeType bestFitShape) { ShapeCache cache = FindCorrespondingCache(bestFitShape); cache.AddShape(meshHash, phyShape); }