Click or drag to resize
ToolsIndent Method
Uses GUILayout.Space() to indent the next elements.

Uses the amount specified with Elements.Settings.TreeEntryIndention.

Recommended to be used inside a horizontal GUI layout.

Namespace: spaar.ModLoader.UI
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Indent(
	int depth = 1
)

Parameters

depth (Optional)
Type: SystemInt32
The indention depth. 0 is no indentetion, 2 is double.
See Also