Manages a bunch of pool containers separated by pool keys.
More...
|
|
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) |
Manages a bunch of pool containers separated by pool keys.
◆ 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: