Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Warning
Removed. TreeView is now deprecated. You can likely now use TreeView\<int\> instead and not think more about it. But if you were using that identifier to store EntityId data, you should instead opt to upgrade your TreeViews to use TreeView\<EntityId\> to get the proper typing.
protected float GetFoldoutIndent(TreeViewItem item)

Parameters

Item used to determine the indent.

Returns

Type

Description

floatIndent for the foldout arrow.

Remarks

Use this when overriding RowGUI to make custom GUI content for the item.
Additional Resources: TreeView.GetContentIndent.