Method GetNewObject
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
GetNewObject()
Gets a new object from the pool.
[Obsolete("Use Get instead.")]
public T GetNewObject()
Returns
- T
A freshly activated object.
Exceptions
- InvalidOperationException
No inactive objects are available.