Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnGUI(Rect)

This is the main GUI method of the TreeView, where the TreeViewItems are processed and drawn.
Read time 1 minuteLast updated 13 days ago

Definition

public virtual void OnGUI(Rect rect)

Parameters

rect

Rect where the TreeView is rendered.

Remarks

Call this at the point at which the TreeView should be rendered in the given Rect. If the TreeView is constructed with a MultiColumnHeader the header is included in the rect provided.