IBindable
Interface for all bindable fields.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface IBindable
Properties
Property | Description |
|---|---|
| binding | Binding object that will be updated. |
| bindingPath | Path of the target property to be bound. |