Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

BindingExtensions.BindProperty

Parameters

fieldVisualElement field editing a property.
objRoot SerializedObject containing the bindable property.

Returns

SerializedProperty Returns the serialized object that owns the bound property.

Description

Binds a property to a field and synchronizes their values. This method finds the property using the field's binding path.


public static void BindProperty(Experimental.UIElements.IBindable field, SerializedProperty property);

Parameters

fieldVisualElement field editing a property.
propertyThe SerializedProperty to bind.

Description

Binds a property to a field and synchronizes their values.

Did you find this page useful? Please give it a rating: