AddChangeListener(System.Action<string, object>)
Summary
public IDisposable AddChangeListener(System.Action<string, object> onChange)Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in VariableStorageBehaviour
Registers a delegate that will be called when any variable is modified.
public IDisposable AddChangeListener(System.Action<string, object> onChange)Action<string, object> onChange
The delegate to run when the variable changes value.
An System.IDisposable that removes the registration when its System.IDisposable.Dispose method is called.
Last updated
Was this helpful?
Was this helpful?
