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