Version: 2023.2
LanguageEnglish
  • C#

DataBinding.UpdateSource(BindingContext,TValue)

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

context Context object containing the necessary information to resolve a binding.
value The resolved value from the data source.

Returns

void A BindingResult indicating if the binding update succeeded or not.

Description

Callback called to allow derived classes to update the data source with the resolved value when a change from the UI is detected.