Package com.toxicrain.rainengine.gui
Class GuiLuaWrapper
java.lang.Object
com.toxicrain.rainengine.gui.GuiLuaWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
luaBeginWindow
(String title) boolean
luaCreateButton
(String label) boolean
luaCreateCheckbox
(String label, boolean toboolean) void
luaCreateColorPicker
(String label) void
luaCreateLabel
(String text) void
void
void
void
luaSetWindowSize
(int width, int height)
-
Constructor Details
-
GuiLuaWrapper
public GuiLuaWrapper()
-
-
Method Details
-
luaBeginWindow
-
luaEndWindow
public void luaEndWindow() -
luaCreateLabel
-
luaSetWindowSize
public void luaSetWindowSize(int width, int height) -
luaSetDisabled
public void luaSetDisabled() -
luaSetEnabled
public void luaSetEnabled() -
luaCreateButton
-
luaCreateCheckbox
-
luaCreateColorPicker
-