Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BindingContext

Context object containing the necessary information to resolve a binding.
Read time 1 minuteLast updated 5 days ago

Definition

public readonly struct BindingContext

Properties

Property

Description

bindingIdThe binding ID of the element to bind.
dataSourceThe data source that was resolved for a given binding.
dataSourcePathThe 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.
targetElementThe target element of the binding.