Show / Hide Table of Contents

Class ImDropDownStyleExtensions

Inheritance
System.Object
ImDropDownStyleExtensions
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 ImDropDownStyleExtensions

Methods

GetButtonStyle(in ImDropDownStyle)

Gets the associated ImButtonStyle.

Declaration
public static ImButtonStyle GetButtonStyle(this in ImDropDownStyle style)
Parameters
Type Name Description
ImDropDownStyle style

The dropdown style to reference.

Returns
Type Description
ImButtonStyle

Returns the style of the ImButtonStyle.

GetTextStyle(in ImDropDownStyle)

Gets the associated ImTextStyle.

Declaration
public static ImTextStyle GetTextStyle(this in ImDropDownStyle style)
Parameters
Type Name Description
ImDropDownStyle style

The dropdown style to reference.

Returns
Type Description
ImTextStyle

Returns the style of the ImTextStyle.

In This Article
Back to top Generated by DocFX