Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BeforeRowsGUI()

This is called before any rows have their TreeView<TIdentifier>.RowGUI called.
Read time 1 minuteLast updated 12 days ago

Definition

protected virtual void BeforeRowsGUI()

Remarks

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