Dalamud/imgui/Dalamud.Bindings.ImGui/Custom/Generated/ImFontAtlasCustomRectPtr.gen.cs
Soreepeong 51a20300d8 wip2
2025-07-22 02:10:46 +09:00

24 lines
455 B
C#

// <auto-generated/>
using HexaGen.Runtime;
using System;
using System.Diagnostics;
using System.Numerics;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Dalamud.Bindings.ImGui;
public unsafe partial struct ImFontAtlasCustomRectPtr
{
public unsafe void Destroy()
{
ImGuiNative.Destroy(Handle);
}
public unsafe bool IsPacked()
{
byte ret = ImGuiNative.IsPacked(Handle);
return ret != 0;
}
}