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

파라미터

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

반환

SerializedProperty 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 (UIElements.IBindable field, SerializedProperty property);

파라미터

fieldVisualElement field editing a property.
propertyThe SerializedProperty to bind.

설명

Binds a property to a field and synchronizes their values.


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