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

Parameters

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

Description

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