Click or drag to resize

PoolGroupAvailable Property

All the instances available for re-use in this group.

Namespace:  Kit.Pooling
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public IEnumerable<Component> Available { get; }
Request Example View Source

Property Value

Type: IEnumerableComponent
See Also