TreeView<TIdentifier>.DoFoldoutCallback
Callback signature used to override the TreeView foldout. See TreeView<TIdentifier>.foldoutOverride.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public delegate bool TreeView<TIdentifier>.DoFoldoutCallback(Rect position, bool expandedState, GUIStyle style)