Click or drag to resize

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
C#
public GameObject GetGameObject(
	string name
)

Parameters

name
Type: SystemString
The name that is currently assigned to a GameObject.

Return Value

Type: GameObject
The GameObject that is currently assigned the specified name.
Exceptions
ExceptionCondition
KeyNotFoundExceptionIf there is no GameObject currently assigned the specified name.
See Also