Search Results for

    Show / Hide Table of Contents

    Class OperatorModifierInt

    Inheritance
    Object
    ModifieableProperty<Single>
    MackySoft.Modiferty.Modifiers.OperatorModifierBase<Single, Int32>
    OperatorModifierInt
    Implements
    IModifiableProperty<Single>
    IReadOnlyModifiableProperty<Single>
    IModifier<Int32>
    IModifier
    Inherited Members
    ModifieableProperty<Single>.BaseValue
    ModifieableProperty<Single>.Modifiers
    ModifieableProperty<Single>.HasModifiers
    ModifieableProperty<Single>.IReadOnlyModifiableProperty<Single>.Modifiers
    ModifieableProperty<Single>.Evaluate()
    Namespace: MackySoft.Modiferty
    Assembly: cs.temp.dll.dll
    Syntax
    public class OperatorModifierInt : OperatorModifierBase<float, int>, IModifiableProperty<float>, IReadOnlyModifiableProperty<float>, IModifier<int>, IModifier

    Constructors

    OperatorModifierInt()

    Declaration
    public OperatorModifierInt()

    OperatorModifierInt(Single)

    Declaration
    public OperatorModifierInt(float baseValue)
    Parameters
    Type Name Description
    Single baseValue

    Properties

    RoundingMethod

    Declaration
    public RoundingMethod RoundingMethod { get; set; }
    Property Value
    Type Description
    RoundingMethod

    Type

    Declaration
    public OperatorType Type { get; set; }
    Property Value
    Type Description
    MackySoft.Modiferty.Modifiers.OperatorType

    Methods

    Evaluate(Int32)

    Declaration
    public override int Evaluate(int value)
    Parameters
    Type Name Description
    Int32 value
    Returns
    Type Description
    Int32
    Overrides
    MackySoft.Modiferty.Modifiers.OperatorModifierBase<System.Single, System.Int32>.Evaluate(System.Int32)

    Implements

    IModifiableProperty<T>
    IReadOnlyModifiableProperty<T>
    IModifier<T>
    IModifier
    In This Article
    Back to top Modiferty - Property Modification for Unity