element | Root VisualElement containing IBindable fields. |
obj | Data object. |
Binds a SerializedObject to fields in the element hierarchy.
Don’t call Bind()
from the @@Editor.CreateInspectorGUI()@2 or PropertyDrawer.CreatePropertyGUI()
override. It is called automatically on the hierarchy that these methods return.