Interface IDisposableShape
- Namespace
- BepuPhysics.Collidables
- Assembly
- BepuPhysics.dll
public interface IDisposableShape : IShape
- Inherited Members
Methods
Dispose(BufferPool)
Returns all resources used by the shape instance to the given pool.
void Dispose(BufferPool pool)
Parameters
pool
BufferPoolPool to return shape resources to.