Version: 2022.3

PropertyDrawer.CreatePropertyGUI

切换到手册
public UIElements.VisualElement CreatePropertyGUI (SerializedProperty property);

参数

property 要为其自定义 GUI 的 SerializedProperty。

返回

VisualElement 包含自定义 GUI 的元素。

描述

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