NamedGameObjectPoolManagerSetName Method |
[This is preliminary documentation and is subject to change.]
Assigns a name 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 void SetName(
GameObject gameObject,
string name
)
Parameters
- gameObject
- Type: UnityEngineGameObject
The GameObject whose name should be assigned. - name
- Type: SystemString
The name to assign to the GameObject.
See Also