IBinding

interface in UnityEngine.UIElements

Switch to Manual

Description

Base interface for Binding objects.

Public Functions

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.