Search Results for

    Show / Hide Table of Contents

    Interface IModifiableProperty<T>

    Inherited Members
    IReadOnlyModifiableProperty<T>.HasModifiers
    IReadOnlyModifiableProperty<T>.Evaluate()
    Namespace: MackySoft.Modiferty
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IModifiableProperty<T> : IReadOnlyModifiableProperty<T>
    Type Parameters
    Name Description
    T

    Properties

    BaseValue

    Base value before the evaluation.

    Declaration
    T BaseValue { get; set; }
    Property Value
    Type Description
    T

    Modifiers

    List of IModifier<T> to evaluate base value.

    Declaration
    IModifierList<T> Modifiers { get; }
    Property Value
    Type Description
    IModifierList<T>
    In This Article
    Back to top Modiferty - Property Modification for Unity