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

参数

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

描述

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