Search Results for

    Show / Hide Table of Contents

    Class ReactiveModifiableInt

    Inheritance
    Object
    ReactiveModifiableProperty<Int32>
    ReactiveModifiableInt
    Implements
    IReactiveModifiableProperty<Int32>
    IReadOnlyReactiveModifiableProperty<Int32>
    IReadOnlyReactiveProperty<Int32>
    IModifiableProperty<Int32>
    IReadOnlyModifiableProperty<Int32>
    IReactiveProperty<Int32>
    Inherited Members
    ReactiveModifiableProperty<Int32>.BaseValue
    ReactiveModifiableProperty<Int32>.Modifiers
    ReactiveModifiableProperty<Int32>.HasModifiers
    ReactiveModifiableProperty<Int32>.Evaluate()
    ReactiveModifiableProperty<Int32>.IReadOnlyReactiveModifiableProperty<Int32>.Modifiers
    ReactiveModifiableProperty<Int32>.IModifiableProperty<Int32>.Modifiers
    ReactiveModifiableProperty<Int32>.IReadOnlyModifiableProperty<Int32>.Modifiers
    Namespace: MackySoft.Modiferty
    Assembly: cs.temp.dll.dll
    Syntax
    public class ReactiveModifiableInt : ReactiveModifiableProperty<int>, IReactiveModifiableProperty<int>, IReadOnlyReactiveModifiableProperty<int>, IReadOnlyReactiveProperty<int>, IModifiableProperty<int>, IReadOnlyModifiableProperty<int>, IReactiveProperty<int>

    Constructors

    ReactiveModifiableInt()

    Declaration
    public ReactiveModifiableInt()

    ReactiveModifiableInt(Int32)

    Declaration
    public ReactiveModifiableInt(int baseValue)
    Parameters
    Type Name Description
    Int32 baseValue

    Implements

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