Click or drag to resize

ResourcePoolTSource, TArgsOnPreChange Field

Event called just before the resource amount is changed. You can affect the applied change by modifying ModifiedDelta.

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<IResourcePreChangeEvent<TSource, TArgs>> OnPreChange
Request Example View Source

Field Value

Type: EventIResourcePreChangeEventTSource, TArgs
See Also