Version: 2023.1
言語: 日本語
public delegatevoid OnGUIDelegate (Rect r, SerializedProperty prop, SerializedProperty[] dependencies);

パラメーター

r The current rect for where it will be drawn in the TableView.
prop The property that is specified using ‘propertyName’ in the constructor.
dependencies An array of properties specified by using ‘dependencyIndicies’ in the constructor.

説明

A delegate for how to draw the property.