Click or drag to resize

NamedGameObjectPoolManagerAcquire Method (String)

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

Acquires an instance of the source object with the specified name, from an attached pool.

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 GameObject Acquire(
	string sourceObject
)

Parameters

sourceObject
Type: SystemString
The name of the game object to acquire an instance of.

Return Value

Type: GameObject
An instance of sourceObject acquired from the pool.
See Also