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

Parámetros

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

Valor de retorno

SerializedProperty The serialized object that owns the bound property.

Descripción

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);

Parámetros

fieldVisualElement field editing a property.
propertyThe SerializedProperty to bind.

Descripción

Binds a property to a field and synchronizes their values.