GetFirstAndLastVisibleRows(out int, out int)
Returns the first and the last indices of the rows that are visible in the scroll view of the TreeView.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
GetFirstAndLastVisibleRows(int, int)
protected void GetFirstAndLastVisibleRows(out int firstRowVisible, out int lastRowVisible)
Parameters
Remarks
Additional Resources: TreeView<TIdentifier>.GetRows().