Package com.prineside.luaj.mapping.parts
Class LJ_TDI_managers.UiComponent_EV.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_TDI_managers.UiComponent_EV.LIP
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,com.esotericsoftware.kryo.KryoSerializable
,UiManager.UiComponent
- Enclosing class:
- LJ_TDI_managers.UiComponent_EV
public static class LJ_TDI_managers.UiComponent_EV.LIP
extends InterfaceProxy
implements UiManager.UiComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.managers.UiManager.UiComponent
UiManager.UiComponent.Adapter
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Releases all resources of this object.void
hide()
void
postRender
(float p1) void
preRender
(float p1) Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.Disposable
Releases all resources of this object.- Specified by:
dispose
in interfacecom.badlogic.gdx.utils.Disposable
-
hide
public void hide()- Specified by:
hide
in interfaceUiManager.UiComponent
-
postRender
public void postRender(float p1) - Specified by:
postRender
in interfaceUiManager.UiComponent
-
preRender
public void preRender(float p1) - Specified by:
preRender
in interfaceUiManager.UiComponent
-