Sandbox Logo

About Entity Pools

## Features * Generics support. Any type implementing IEntity (any Entity) and contains a parameterless constructor will suffice. * Limited capacity pools. This helps you maintain sensible entity counts and prevent excessive creations. * Overridable entity rent/return logic. Simply add the IPooledEntity interface to your entity. * Timed asynchronous returning of entities. Useful for fire and forget renting. * Networkable (All required functionality is implemented but is currently unusable due to S&box issues.) ## License Distributed under the MIT License. See the license for more information.

Entity Pools

A pooling mechanism for entities with an API like C# ArrayPool<T>. Useful for situations where you are creating and deleting many entities with a limited lifespan.

Created
5/24/2023
Updated
5/24/2023
In Collections
Referenced By
Dependencies
Reviews