Show / Hide Table of Contents

Class ImProgressBarStyleExtensions

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

Methods

GetTextStyle(in ImProgressBarStyle)

Gets the implicit text style from the ImProgressBarStyle.

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

The progress bar's style.

Returns
Type Description
ImTextStyle

ImTextStyle

In This Article
Back to top Generated by DocFX