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