NamedGameObjectPoolManagerItem Property |
[This is preliminary documentation and is subject to change.]
Gets the pool that handles instances of the source object with the specified name.
The manager must contain a matching pool to use this method.
Namespace:
Umbrace.Unity.PurePool
Assembly:
Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax public GameObjectPool this[
string name
] { get; }
Parameters
- name
- Type: SystemString
The name of the game object to retrieve the pool for.
Return Value
Type:
GameObjectPoolA
GameObjectPool that handles instances of
name.
See Also