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

IUIElementDataWatch

interface in UnityEngine.Experimental.UIElements

Switch to Manual

Description

Interface allowing access to this elements datawatch.

Public Functions

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