Click or drag to resize

ResourcePoolTSource, TArgsEmptyTillRenewed Property

Gets or sets whether adding resource should be disabled after the pool is completely empty, until it is renewed using Renew(TSource, TArgs, Boolean) again.

Namespace:  Archon.SwissArmyLib.ResourceSystem
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override bool EmptyTillRenewed { get; set; }
Request Example View Source

Property Value

Type: Boolean
See Also