public static SerializedProperty BindProperty (UIElements.IBindable field, SerializedObject obj);

Parameters

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

Returns

SerializedProperty 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 (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.