IBinding
Base interface for Binding objects.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface IBinding
Methods
Method | Description |
|---|---|
| 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. |