Click or drag to resize

ResourcePoolTSource, TArgsOnRenew Field

Event called when the pool is renewed using Renew(TSource, TArgs, Boolean).

Namespace:  Archon.SwissArmyLib.ResourceSystem
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public readonly Event<IResourceEvent<TSource, TArgs>> OnRenew
Request Example View Source

Field Value

Type: EventIResourceEventTSource, TArgs
See Also