LightingExplorerTableColumn.OnGUIDelegate

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

Parameters

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.

Description

A delegate for how to draw the property.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答