Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetContentIndent(TreeViewItem<TIdentifier>)

Returns the horizontal content offset for an item. This is where the content should begin (after the foldout arrow).
Read time 1 minuteLast updated 10 days ago

Definition

GetContentIndent(TreeViewItem<T>)

protected float GetContentIndent(TreeViewItem<TIdentifier> item)

Parameters

Item used to determine the indent.

Returns

Type

Description

floatIndent.

Remarks

Use this when overriding TreeView<TIdentifier>.RowGUI to make custom GUI content for the item.