Click or drag to resize

MonoBehaviourPoolTGetNewObject Method

Gets a freshly awoken object from the pool.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public T GetNewObject()

Return Value

Type: T
T.
See Also