Version: 2021.2
public delegatevoid OnGUIDelegate (Rect r, SerializedProperty prop, SerializedProperty[] dependencies);

参数

r 当前矩形,表示在 TableView 中绘制的位置。
prop 在构造函数中使用“propertyName”指定的属性。
dependencies 在构造函数中使用“dependencyIndicies”指定的一组属性。

描述

有关如何绘制属性的委托。