NamedGameObjectPoolManagerGetGameObject Method |
[This is preliminary documentation and is subject to change.]
Gets the GameObject that is currently assigned the specified name.
Namespace:
Umbrace.Unity.PurePool
Assembly:
Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax public GameObject GetGameObject(
string name
)
Parameters
- name
- Type: SystemString
The name that is currently assigned to a GameObject.
Return Value
Type:
GameObjectThe
GameObject that is currently assigned the specified name.
Exceptions Exception | Condition |
---|
KeyNotFoundException | If there is no GameObject currently assigned the specified name. |
See Also