NikosAssets.Pooling 0.1.0
Loading...
Searching...
No Matches
NikosAssets.Pooling.PoolManager Class Reference

Manages a bunch of pool containers separated by pool keys. More...

Public Member Functions

bool HasPoolContainer (string key)
bool TryRegisterPoolContainer (string key, IPoolContainer poolContainer)
void RegisterPoolContainer (string key, IPoolContainer poolContainer)
bool TryUnregisterPoolContainer (string key)
void UnregisterPoolContainer (string key)
bool TryGetPoolContainer< TPoolContainer > (string key, out TPoolContainer poolContainer)

Detailed Description

Manages a bunch of pool containers separated by pool keys.

Member Function Documentation

◆ TryGetPoolContainer< TPoolContainer >()

bool NikosAssets.Pooling.PoolManager.TryGetPoolContainer< TPoolContainer > ( string key,
out TPoolContainer poolContainer )
Type Constraints
TPoolContainer :IPoolContainer 

The documentation for this class was generated from the following file:
  • PoolManager.cs