Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

VisualElement.TryGetLastBindingToSourceResult

Declaration

public bool TryGetLastBindingToSourceResult(ref UIElements.BindingId bindingId, out UIElements.BindingResult result);

Parameters

Description
bindingId The ID of the binding object.
result The result of the last binding operation to the data source.

Returns

bool true if the binding object has been updated; false otherwise.

Description

Returns the last BindingResult of a binding object from the UI to the data source.