ObjectPool<T>.

IncreaseCountTo(int) Method

Summary

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

Syntax

public static void IncreaseCountTo(int count)

Parameters

Name Type Description
count int

Return Value

Type Description
void