Click or drag to resize

PoolTGetNewObject Method

Gets a new 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
A freshly awakened object.
Exceptions
ExceptionCondition
InvalidOperationExceptionNo items in pool
See Also