Version: 2022.3
public void OnGUI (Rect position, SerializedProperty property, GUIContent label);

参数

position 屏幕上用于属性 GUI 的矩形。
property 要为其自定义 GUI 的 SerializedProperty。
label 此属性的标签。

描述

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