Interface IModifierDataCollection
Defines additional fields required by an entity's IEntityData if that entity has implemented IModifier's The values in this data are applied to the targets such as IStage and IGeneratorEntity that implement IModifiable See IModifier
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IModifierDataCollection : IData
Properties
ModifierDatas
The list of IData that can be used to apply values to IModifiables through ApplyModifiers<TModifierFormula>(IModifiable, ref Double, IModifier[])
Declaration
IModifierData[] ModifierDatas { get; }
Property Value
Type | Description |
---|---|
IModifierData[] |