Click or drag to resize

NamedGameObjectPoolManagerHasName Method (String)

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

Determines whether the specified name is currently assigned.

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 bool HasName(
	string name
)

Parameters

name
Type: SystemString
The name to check.

Return Value

Type: Boolean
if the specified name is currently assigned; otherwise, .
See Also