IBinding

interface in UnityEngine.UIElements

Description 描述

Base interface for Binding objects.

Public Methods 公共方法

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.