NamedGameObjectPoolManagerRemoveName Method (String) |
[This is preliminary documentation and is subject to change.]
Removes the specified named access.
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(
string name
)
Parameters
- name
- Type: SystemString
The named access to be removed.
Return Value
Type:
Boolean if the named access was removed; otherwise,
.
See Also