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

Parámetros

rThe current rect for where it will be drawn in the TableView.
propThe property that is specified using ‘propertyName’ in the constructor.
dependenciesAn array of properties specified by using ‘dependencyIndicies’ in the constructor.

Descripción

A delegate for how to draw the property.