This version of Unity is unsupported.

PropertyDrawer.CreatePropertyGUI

Declaration

public UIElements.VisualElement CreatePropertyGUI(SerializedProperty property);

Parameters

property The SerializedProperty to make the custom GUI for.

Returns

VisualElement The element containing the custom GUI.

Description

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