Click or drag to resize

NamedGameObjectPoolManagerGetName Method

[This is preliminary documentation and is subject to change.]

Gets the name that is currently assigned 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
C#
public string GetName(
	GameObject gameObject
)

Parameters

gameObject
Type: UnityEngineGameObject
The GameObject that is currently assigned a name.

Return Value

Type: String
The name that is currently assigned to the specified GameObject.
See Also