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

IBinding

interface in UnityEngine.Experimental.UIElements

切换到手册

描述

Base interface for Binding objects.

公共函数

PreUpdateCalled at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method.
ReleaseDisconnects the field from its bound property
UpdateCalled at regular intervals to synchronize bound properties to their IBindable counterparts.