BeforeRowsGUI()
This is called before any rows have their TreeView<TIdentifier>.RowGUI called.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected virtual void BeforeRowsGUI()
Remarks
Can be used together with TreeView<TIdentifier>.AfterRowsGUI() to postprocess items or rendering.