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

IBinding

interface in UnityEngine.Experimental.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.