Class ImRaii.Indent
Assembly: Dalamud.dll
Declaration
public sealed class ImRaii.Indent : IDisposable
Implements:
System.IDisposable
Properties
Indentation
Declaration
public float Indentation { get; }
Methods
Push(float, bool, bool)
Declaration
public ImRaii.Indent Push(float indent, bool scaled = true, bool condition = true)
Returns
Dalamud.Interface.Utility.Raii.ImRaii.Indent
Parameters
| Type | Name |
|---|---|
System.Single | indent |
System.Boolean | scaled |
System.Boolean | condition |