Search Results for

    Show / Hide Table of Contents

    Class SetModifier<T>

    The given value ignored and the returns specified value returned.

    Inheritance
    Object
    SetModifier<T>
    SetModifierFloat
    SetModifierInt
    Implements
    IModifier<T>
    IModifier
    Namespace: MackySoft.Modiferty
    Assembly: cs.temp.dll.dll
    Syntax
    public class SetModifier<T> : IModifier<T>, IModifier
    Type Parameters
    Name Description
    T

    Constructors

    SetModifier(T, Int32)

    Declaration
    public SetModifier(T value, int priority = 0)
    Parameters
    Type Name Description
    T value
    Int32 priority

    Properties

    Priority

    Declaration
    public int Priority { get; set; }
    Property Value
    Type Description
    Int32

    Value

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

    Methods

    Evaluate(T)

    The given value ignored and the Value returned.

    Declaration
    public T Evaluate(T value)
    Parameters
    Type Name Description
    T value
    Returns
    Type Description
    T

    Implements

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