property | The SerializedProperty to make the custom GUI for. |
VisualElement The element containing the custom GUI.
Override this method to make your own UI Toolkit based GUI for the property.
See PropertyDrawer for an example of making a custom property drawer that uses CreatePropertyGUI.