Method | Description | |
---|---|---|
AddObserver ( this obj, string key, System.Action action ) : void | ||
RemoveObserver ( this obj, string key ) : void |
public static AddObserver ( this obj, string key, System.Action action ) : void | ||
obj | this | |
key | string | |
action | System.Action | |
return | void |
public static RemoveObserver ( this obj, string key ) : void | ||
obj | this | |
key | string | |
return | void |