BindingInfo
Provides information about a binding.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public readonly struct BindingInfo
Properties
Property | Description |
|---|---|
| binding | The binding matching this information. |
| bindingId | The binding id. |
| targetElement | The visual element targeted by the binding. |