Struct ImSkipLineStyle
Defines the style of the skipped line.
Implements
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: InitialPrefabs.NimGui
Assembly: InitialPrefabs.ImGui.dll
Syntax
public struct ImSkipLineStyle : IStyle
Fields
FontSize
The font sized used to define the amount of spacing to skip.
Declaration
public int FontSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Padding
The amount of spacing between the current the widget and next widget along both the X and Y axis.
Declaration
public float2 Padding
Field Value
| Type | Description |
|---|---|
| Unity.Mathematics.float2 |
Methods
New()
Constructs the default style of the skipped line using the DefaultStyles config.
Declaration
public static ImSkipLineStyle New()
Returns
| Type | Description |
|---|---|
| ImSkipLineStyle |