Search Results for

    Show / Hide Table of Contents

    Class ReactiveModifiablePropertyExtensions

    Inheritance
    Object
    ReactiveModifiablePropertyExtensions
    Namespace: MackySoft.Modiferty
    Assembly: cs.temp.dll.dll
    Syntax
    public static class ReactiveModifiablePropertyExtensions

    Methods

    ObserveChanged<T>(IReadOnlyReactiveModifiableProperty<T>)

    Notify BaseValue and Modifiers changes.

    Declaration
    public static IObservable<IReadOnlyReactiveModifiableProperty<T>> ObserveChanged<T>(this IReadOnlyReactiveModifiableProperty<T> source)
    Parameters
    Type Name Description
    IReadOnlyReactiveModifiableProperty<T> source
    Returns
    Type Description
    IObservable<IReadOnlyReactiveModifiableProperty<T>>
    Type Parameters
    Name Description
    T
    In This Article
    Back to top Modiferty - Property Modification for Unity