Search Results for

    Show / Hide Table of Contents

    Interface IModifier<T>

    Inherited Members
    IModifier.Priority
    Namespace: MackySoft.Modiferty
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IModifier<T> : IModifier
    Type Parameters
    Name Description
    T

    Methods

    Evaluate(T)

    Evaluate the value.

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

    Value to be modified.

    Returns
    Type Description
    T
    In This Article
    Back to top Modiferty - Property Modification for Unity