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

VisualElement.HasBinding

Declaration

public bool HasBinding(UIElements.BindingId bindingId);

Parameters

bindingId The binding ID.

Returns

bool true if the property has a binding; false otherwise.

Description

Allows to know if a target property has a binding associated to it.