Search Results for

    Show / Hide Table of Contents

    Class ObserveProxyVariable<T>

    Inheritance
    object
    ObserveProxyVariable
    ObserveProxyVariable<T>
    Implements
    IVariable<T>
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public class ObserveProxyVariable<T> : ObserveProxyVariable, IVariable<T>
    Type Parameters
    Name Description
    T

    Properties

    Value

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

    Methods

    Dispose()

    Declaration
    public override sealed void Dispose()
    Overrides
    ObserveProxyVariable.Dispose()

    Register(Action<object>)

    Declaration
    public override void Register(Action<object> onValueChangeCallback)
    Parameters
    Type Name Description
    Action<><object> onValueChangeCallback
    Overrides
    ObserveProxyVariable.Register(Action<object>)

    Events

    OnValueChange

    Declaration
    public event Action<T> OnValueChange
    Event Type
    Type Description
    Action<><T>

    Implements

    IVariable<T>
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX