 | 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.UIAssembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Indent(
int depth = 1
)
Parameters
- depth (Optional)
- Type: SystemInt32
The indention depth. 0 is no indentetion, 2 is double.
See Also