Skip to content

ImGuiSC.GlyphPickerPopup Class

C#
public static class ImGuiSC.GlyphPickerPopup

Inheritance object

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

Section titled “Show(ImGuiRenderer, string, IFont, ImTextureID, Point, ref int)”
C#
public static bool Show(ImGuiRenderer renderer, string popupId, IFont font, ImTextureID fontTexture, Point fontTextureSize, ref int selectedGlyph)

renderer ImGuiRenderer

popupId string

font IFont

fontTexture Hexa.NET.ImGui.ImTextureID

fontTextureSize SadRogue.Primitives.Point

selectedGlyph int

bool