Search Results for

    Show / Hide Table of Contents

    Class ObserveProxyVariable

    Proxy variable to observe value change

    Inheritance
    object
    ObserveProxyVariable
    ObserveProxyVariable<T>
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ObserveProxyVariable : IDisposable

    Methods

    Dispose()

    Declaration
    public abstract void Dispose()

    Register(Action<object>)

    Declaration
    public abstract void Register(Action<object> onValueChangeCallback)
    Parameters
    Type Name Description
    Action<><object> onValueChangeCallback
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX