This version of Unity is unsupported.

IBinding

interface in UnityEngine.UIElements

Description

Base interface for Binding objects.

Public Methods

PreUpdate Called at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method.
Release Disconnects the field from its bound property
Update Called at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method.