Search Results for

    Show / Hide Table of Contents

    Class ModifieableProperty<T>

    Inheritance
    Object
    ModifieableProperty<T>
    ModifiableFloat
    ModifiableInt
    Implements
    IModifiableProperty<T>
    IReadOnlyModifiableProperty<T>
    Namespace: MackySoft.Modiferty
    Assembly: cs.temp.dll.dll
    Syntax
    public class ModifieableProperty<T> : IModifiableProperty<T>, IReadOnlyModifiableProperty<T>
    Type Parameters
    Name Description
    T

    Constructors

    ModifieableProperty()

    Declaration
    public ModifieableProperty()

    ModifieableProperty(T)

    Declaration
    public ModifieableProperty(T baseValue)
    Parameters
    Type Name Description
    T baseValue

    Properties

    BaseValue

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

    HasModifiers

    Declaration
    public bool HasModifiers { get; }
    Property Value
    Type Description
    Boolean

    Modifiers

    Declaration
    public IModifierList<T> Modifiers { get; }
    Property Value
    Type Description
    IModifierList<T>

    Methods

    Evaluate()

    Declaration
    public T Evaluate()
    Returns
    Type Description
    T

    Explicit Interface Implementations

    IReadOnlyModifiableProperty<T>.Modifiers

    Declaration
    IReadOnlyModifierList<T> IReadOnlyModifiableProperty<T>.Modifiers { get; }
    Returns
    Type Description
    IReadOnlyModifierList<T>

    Implements

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