ObjectPool<T>.

IncreaseCapacityTo(int) Method

Summary

Increases the Animancer.ObjectPool`1.Capacity to equal the `capacity` if it was lower.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ObjectPool<T>

Syntax

public static void IncreaseCapacityTo(int capacity)

Parameters

Name Type Description
capacity int

Return Value

Type Description
void