Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

VisualElement.GetBindingInfos

Declaration

public IEnumerable<BindingInfo> GetBindingInfos();

Returns

IEnumerable<BindingInfo> The bindings information.

Description

Gets information on all the bindings of the current element.

The order in which the binding information is returned is undefined.