ObjectPool<T>.

Acquire() Method

Summary

Returns a spare item if there are any, or creates a new one.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ObjectPool<T>

Syntax

public static T Acquire()

Remarks

Remember to Animancer.ObjectPool`1.Release(`0) it when you are done.

Return Value

Type Description
T