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.