Delegate LightingExplorerTableColumn.OnGUIDelegate
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public delegate void OnGUIDelegate(Rect r, SerializedProperty prop, SerializedProperty[] dependencies);
Parameters
Type | Name | Description |
---|---|---|
Rect | r | |
SerializedProperty | prop | |
SerializedProperty[] | dependencies |