NamedGameObjectPoolManagerRemoveName Method (GameObject) |
[This is preliminary documentation and is subject to change.]
Removes the named access to the specified GameObject.
Namespace:
Umbrace.Unity.PurePool
Assembly:
Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax public bool RemoveName(
GameObject gameObject
)
Parameters
- gameObject
- Type: UnityEngineGameObject
The GameObject whose named access should be removed.
Return Value
Type:
Boolean if the named access was removed; otherwise,
.
See Also