public UIElements.VisualElement CreatePropertyGUI (SerializedProperty property);

Parameters

propertyThe SerializedProperty to make the custom GUI for.

Returns

VisualElement The element containing the custom GUI.

Description

Override this method to make your own UIElements based GUI for the property.