Show / Hide Table of Contents

    Interface IModifierGroupData

    A group of IModifierData objects for use in IModifierFormula parsing. Groups are created inversely by targeting the IModifierGroupData in the IModifierData objects.

    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IModifierGroupData : IData

    Properties

    Operation

    The mathematical operator that is going to be applied to IModifier objects that are targeted by this group.

    Declaration
    ModifierGroupOperation Operation { get; }
    Property Value
    Type Description
    ModifierGroupOperation

    Methods

    Apply(Double, ref Double)

    Applies a given amount to a referenced value. Use the Operation property to determine how the values are applied.

    Declaration
    void Apply(double modifierAmount, ref double modifiedValue)
    Parameters
    Type Name Description
    Double modifierAmount
    Double modifiedValue
    Back to top Copyright © 2020 East Side Games Inc.