Version: 5.6
public void OnGUI (Rect rect);

パラメーター

rect Rect where the TreeView is rendered.

説明

This is the main GUI method of the TreeView, where the TreeViewItems are processed and drawn.

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.