Click or drag to resize

MonoBehaviourPoolTIncCapacity Method

Increases thew capacity of the pool.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void IncCapacity(
	int increment
)

Parameters

increment
Type: SystemInt32
The number of new pool objects to add.
See Also