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