struct in UnityEngine.UIElements
/
Implemented in:UnityEngine.UIElementsModule
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.
CloseFor 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.
CloseContext object containing the necessary information to resolve a binding.
bindingId | The binding ID of the element to bind. |
dataSource | The data source that was resolved for a given binding. |
dataSourcePath | The resolved path to the value in the source, including relative data source paths found in the hierarchy between the target and to the resolved source owner. |
targetElement | The target element of the binding. |