Package foundry.veil.impl.client.imgui
Class VeilImGuiImpl
java.lang.Object
foundry.veil.impl.client.imgui.VeilImGuiImpl
- All Implemented Interfaces:
VeilImGui,AutoCloseable,org.lwjgl.system.NativeResource
@Deprecated
@Internal
public class VeilImGuiImpl
extends Object
implements VeilImGui, org.lwjgl.system.NativeResource
Deprecated.
Manages the internal ImGui state.
-
Method Details
-
start
public void start()Deprecated. -
stop
public void stop()Deprecated. -
beginFrame
public void beginFrame()Deprecated.- Specified by:
beginFramein interfaceVeilImGui
-
endFrame
public void endFrame()Deprecated. -
updateFonts
public void updateFonts()Deprecated.- Specified by:
updateFontsin interfaceVeilImGui
-
free
public void free()Deprecated.- Specified by:
freein interfaceorg.lwjgl.system.NativeResource
-
init
public static void init(long window) Deprecated. -
setImGuiPath
public static void setImGuiPath()Deprecated. -
get
Deprecated.
-