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

IUIElementDataWatch

interface in UnityEngine.Experimental.UIElements

マニュアルに切り替える

説明

Interface allowing access to this elements datawatch.

Public 関数

RegisterWatchStarts watching an object. When watched, all changes on an object will trigger the callback to be invoked.
UnregisterWatchUnregisters a previously watched request.