Class ImButtonStyleExtensions
Inheritance
System.Object
ImButtonStyleExtensions
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 ImButtonStyleExtensions
Methods
GetTextStyle(in ImButtonStyle)
Gets the implicit ImTextStyle from the ImButtonStyle.
Declaration
public static ImTextStyle GetTextStyle(this in ImButtonStyle buttonStyle)
Parameters
| Type | Name | Description |
|---|---|---|
| ImButtonStyle | buttonStyle | The button style to reference. |
Returns
| Type | Description |
|---|---|
| ImTextStyle | An ImButtonStyle |