Version: 2022.1

PropertyDrawer.CreatePropertyGUI

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

参数

property 要为其自定义 GUI 的 SerializedProperty。

返回

VisualElement 包含自定义 GUI 的元素。

描述

重写此方法,为属性创建自己的基于 UIElements 的 GUI。