Click or drag to resize

PoolHelperGetFreeCount Method

Gets the amount of free instances in the pool for the specified prefab.

Namespace:  Archon.SwissArmyLib.Pooling
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static int GetFreeCount(
	Object prefab
)
Request Example View Source

Parameters

prefab
Type: Object

[Missing <param name="prefab"/> documentation for "M:Archon.SwissArmyLib.Pooling.PoolHelper.GetFreeCount(UnityEngine.Object)"]

Return Value

Type: Int32
The amount of free instances in the pool.
See Also