TryGetLastBindingToUIResult(in BindingId, out BindingResult)
Returns the last BindingResult of a binding object from the data source to the UI.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
TryGetLastBindingToUIResult(BindingId, BindingResult)
public bool TryGetLastBindingToUIResult(in BindingId bindingId, out BindingResult result)
Parameters
The ID of the binding object.
The result of the last binding operation to the UI.
Returns
Type | Description |
|---|---|
| bool | |