Interface IBinding
Base interface for Binding objects.
Namespace: UnityEngine.UIElements
Syntax
public interface IBinding
Methods
PreUpdate()
Called at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method.
Declaration
void PreUpdate()
Release()
Disconnects the field from its bound property
Declaration
void Release()
Update()
Called at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method.
Declaration
void Update()