GetBinding(BindingId)
Gets the binding instance for the provided targeted property.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Binding GetBinding(BindingId bindingId)
Parameters
The binding ID.
Returns
Type | Description |
|---|---|
| Binding | The binding instance, if it exists. |