GetBindingInfos()
Gets information on all the bindings of the current element.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public IEnumerable<BindingInfo> GetBindingInfos()
Returns
Type | Description |
|---|---|
| IEnumerable<BindingInfo> | The bindings information. |
Remarks
The order in which the binding information is returned is undefined.