Version: 2018.4
Experimental: this API is experimental and might be changed or removed in the future.

BindingExtensions.BindProperty

マニュアルに切り替える

パラメーター

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

戻り値

SerializedProperty Returns the serialized object that owns the bound property.

説明

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

パラメーター

fieldVisualElement field editing a property.
propertyThe SerializedProperty to bind.

説明

Binds a property to a field and synchronizes their values.