Delegate TreeView.DoFoldoutCallback
Namespace: UnityEditor.IMGUI.Controls
Assembly: UnityEditor.dll
Syntax
public delegate bool DoFoldoutCallback(Rect position, bool expandedState, GUIStyle style);
Parameters
| Type | Name | Description |
|---|---|---|
| Rect | position | |
| Boolean | expandedState | |
| GUIStyle | style |
Returns
| Type | Description |
|---|---|
| Boolean |