Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AfterRowsGUI()

This is called after all rows have their TreeView<TIdentifier>.RowGUI called.
Read time 1 minuteLast updated 10 days ago

Definition

protected virtual void AfterRowsGUI()

Remarks

Can be used together with TreeView<TIdentifier>.BeforeRowsGUI() to postprocess items or rendering.