GetFoldoutIndent(TreeViewItem)
Returns the horizontal foldout offset for an item. This is where the foldout arrow is rendered.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected float GetFoldoutIndent(TreeViewItem item)
Parameters
Item used to determine the indent.
Returns
Type | Description |
|---|---|
| float | Indent for the foldout arrow. |
Remarks
Use this when overriding RowGUI to make custom GUI content for the item.
Additional Resources: TreeView.GetContentIndent.