Class ImPaneStyleExtensions
Inheritance
System.Object
    ImPaneStyleExtensions
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: InitialPrefabs.NimGui
Assembly: InitialPrefabs.ImGui.dll
Syntax
public static class ImPaneStyleExtensionsMethods
GetButtonStyle(in ImPaneStyle)
Gets the implicit ImButtonStyle from the ImPaneStyle.
Declaration
public static ImButtonStyle GetButtonStyle(this in ImPaneStyle pane)Parameters
| Type | Name | Description | 
|---|---|---|
| ImPaneStyle | pane | The pane style to reference. | 
Returns
| Type | Description | 
|---|---|
| ImButtonStyle | An instance of the ImButtonStyle | 
GetTextStyle(in ImPaneStyle)
Gets the implicit ImTextStyle from the ImPaneStyle.
Declaration
public static ImTextStyle GetTextStyle(this in ImPaneStyle pane)Parameters
| Type | Name | Description | 
|---|---|---|
| ImPaneStyle | pane | The pane style to reference. | 
Returns
| Type | Description | 
|---|---|
| ImTextStyle | An instance of the ImTextStyle. | 
WithButtonStyle(ref ImPaneStyle, in ImButtonStyle)
Sets the implicit ImButtonStyle in the ImPaneStyle.
Declaration
public static ref ImPaneStyle WithButtonStyle(this ref ImPaneStyle pane, in ImButtonStyle style)Parameters
| Type | Name | Description | 
|---|---|---|
| ImPaneStyle | pane | The pane style to reference. | 
| ImButtonStyle | style | The desired ImButtonStyle. | 
Returns
| Type | Description | 
|---|---|
| ImPaneStyle | An instance of the ImPaneStyle. |