EditorGUIExtensions IndentedLabel Method STUUI API Documentation V1.0.0
Draws a label which is indented according to EditorGUI.indentLevel.

Namespace: NarayanaGames.UnityEditor.Common
Assembly: Assembly-CSharp-Editor (in Assembly-CSharp-Editor.dll) Version: 0.0.0.0
Syntax

public static void IndentedLabel(
	GUIContent content
)

Parameters

content
Type: GUIContent
the text to be drawn
See Also