Show / Hide Table of Contents

Class ImTextFieldStyleExtensions

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

Methods

GetButtonStyle(in ImTextFieldStyle)

Gets the implicit ImButtonStyle from the TextField.

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

The ImTextFieldStyle reference.

Returns
Type Description
ImButtonStyle

An instance of ImButtonStyle.

GetTextStyle(in ImTextFieldStyle)

Gets the implicit ImTextFieldStyle from the TextField.

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

The ImTextFieldStyle reference.

Returns
Type Description
ImTextStyle

An instance of ImTextFieldStyle.

In This Article
Back to top Generated by DocFX