Show / Hide Table of Contents

Class ImGuiSC.GlyphPickerPopup

Inheritance
object
ImGuiSC.GlyphPickerPopup
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Hexa.NET.ImGui.SC
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class ImGuiSC.GlyphPickerPopup

Methods

Show(ImGuiRenderer, string, IFont, ImTextureID, Point, ref int)

Declaration
public static bool Show(ImGuiRenderer renderer, string popupId, IFont font, ImTextureID fontTexture, Point fontTextureSize, ref int selectedGlyph)
Parameters
Type Name Description
ImGuiRenderer renderer
string popupId
IFont font
ImTextureID fontTexture
Point fontTextureSize
int selectedGlyph
Returns
Type Description
bool
In this article

Back to top

Back to top Generated by DocFX