Bind(VisualElement, SerializedObject)
Binds a SerializedObject to fields in the element hierarchy.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor.CoreModule
public static void Bind(this VisualElement element, SerializedObject obj)
Parameters
Remarks
Don’t call from the @@Editor.CreateInspectorGUI()@2 or override. It is called automatically on the hierarchy that these methods return.
Bind()PropertyDrawer.CreatePropertyGUI()