This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

UIElementsPropertyDrawer.CreatePropertyGUI

Declaration

public Experimental.UIElements.VisualElement CreatePropertyGUI(SerializedProperty property);

Parameters

property Current property.

Returns

VisualElement Custom VisualElement property drawer.

Description

Overwrite default UIElements property field VisualElement with your own.