Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


dataSource

The data source that was resolved for a given binding.
Read time 1 minuteLast updated 6 days ago

Definition

public object dataSource { get; }

Remarks

If a Binding implements the IDataSourceProvider interface and provides its own data source, it will automatically be used as the resolved data source; otherwise the data source will be resolved to the first valid data source on the target element or its ancestors. This value can be
null
.