Hexagon
|
Classes | |
class | Hexagon.Pool< T > |
Manages a collection of objects that can be reused, tracking their state via a delegate. This implementation relies on an external function to determine if an object is active or inactive. Operations that search for objects, such as Get() or ViewExistingInactive(out T?), have a performance cost that scales linearly with the total number of items. See Pool notes Hexagon Pool Notes. More... | |
Namespaces | |
namespace | Hexagon |