Version: 2017.4
Experimental: this API is experimental and might be changed or removed in the future.

IUIElementDataWatch.RegisterWatch

マニュアルに切り替える
public Experimental.UIElements.IUIElementDataWatchRequest RegisterWatch (Object toWatch, Action<Object> watchNotification);

パラメーター

toWatchThe object to watch.
watchNotificationCallback.

戻り値

IUIElementDataWatchRequest A reference to this datawatch request. Disposing it will ensure any native resources will also be released.

説明

Starts watching an object. When watched, all changes on an object will trigger the callback to be invoked.