Click or drag to resize

ComponentPoolManagerAcquireT Method

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

Acquires an instance of the component T 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 T Acquire<T>()
where T : Component

Type Parameters

T
The type of component to acquire an instance of.

Return Value

Type: T
An instance of the component T that was acquired from the pool.
See Also