Interface IUIElementDataWatch
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public interface IUIElementDataWatch
Methods
| Improve this Doc View SourceRegisterWatch(Object, Action<Object>)
Declaration
IUIElementDataWatchRequest RegisterWatch(Object toWatch, Action<Object> watchNotification)
Parameters
Type | Name | Description |
---|---|---|
Object | toWatch | |
Action<Object> | watchNotification |
Returns
Type | Description |
---|---|
IUIElementDataWatchRequest |
UnregisterWatch(IUIElementDataWatchRequest)
Declaration
void UnregisterWatch(IUIElementDataWatchRequest requested)
Parameters
Type | Name | Description |
---|---|---|
IUIElementDataWatchRequest | requested |