Struct ImSliderStyle
Defines how the slider button looks and its background.
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 ImSliderStyle : IStyleFields
Background
Default color of the slider's background.
Declaration
public Color32 BackgroundField Value
| Type | Description | 
|---|---|
| UnityEngine.Color32 | 
ButtonDefault
Default color of the slider button.
Declaration
public Color32 ButtonDefaultField Value
| Type | Description | 
|---|---|
| UnityEngine.Color32 | 
ButtonHover
Declaration
public Color32 ButtonHoverField Value
| Type | Description | 
|---|---|
| UnityEngine.Color32 | 
ButtonPressed
Declaration
public Color32 ButtonPressedField Value
| Type | Description | 
|---|---|
| UnityEngine.Color32 | 
FontSize
Declaration
public int FontSizeField Value
| Type | Description | 
|---|---|
| System.Int32 | 
Padding
Declaration
public float2 PaddingField Value
| Type | Description | 
|---|---|
| Unity.Mathematics.float2 | 
TextColor
Declaration
public Color32 TextColorField Value
| Type | Description | 
|---|---|
| UnityEngine.Color32 | 
Methods
New()
Constructs the default style.
Declaration
public static ImSliderStyle New()Returns
| Type | Description | 
|---|---|
| ImSliderStyle |