IBinding

interface in UnityEngine.UIElements

Cambiar al Manual

Descripción

Base interface for Binding objects.

Funciones Públicas

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.