Пример #1
0
        internal void UncacheShape(ulong meshHash, PhysicsShape shape, ShapeType shapeType)
        {
            ShapeCache cache = FindCorrespondingCache(shapeType);

            cache.RemoveShape(meshHash, shape);
        }