public UIElements.VisualElement CreatePropertyGUI (SerializedProperty property);

Parámetros

propertyThe SerializedProperty to make the custom GUI for.

Valor de retorno

VisualElement The element containing the custom GUI.

Descripción

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