Uses of Class
de.coreengine.rendering.renderable.gui.GUIPane
-
Packages that use GUIPane Package Description de.coreengine.rendering.programs de.coreengine.rendering.renderable.gui de.coreengine.rendering.renderer de.coreengine.system.gameObjects.gui -
-
Uses of GUIPane in de.coreengine.rendering.programs
Methods in de.coreengine.rendering.programs with parameters of type GUIPane Modifier and Type Method Description voidGUIShader. prepareGui(GUIPane gui, Camera cam)Prepare shader for next gui to rendervoidFontShader. prepareText(GUIPane pane, Camera cam)Prepare shader for next text to render -
Uses of GUIPane in de.coreengine.rendering.renderable.gui
Constructors in de.coreengine.rendering.renderable.gui with parameters of type GUIPane Constructor Description GUIPane(GUIPane parent)Creating new GUI Pane and setting its parent or null, if no parent gui exist -
Uses of GUIPane in de.coreengine.rendering.renderer
Methods in de.coreengine.rendering.renderer with parameters of type GUIPane Modifier and Type Method Description static voidMasterRenderer. renderGui2D(GUIPane gui)Rendering 2 dimensional gui and all its components onto the screenstatic voidMasterRenderer. renderGui3D(GUIPane gui)Rendering 3 dimensional gui and all its components into the world -
Uses of GUIPane in de.coreengine.system.gameObjects.gui
Methods in de.coreengine.system.gameObjects.gui that return GUIPane Modifier and Type Method Description GUIPaneButton. getPane()GUIPaneList. getPane()GUIPaneNumericUpDown. getPane()GUIPaneTextField. getPane()Constructors in de.coreengine.system.gameObjects.gui with parameters of type GUIPane Constructor Description Button(GUIPane parent)Creating new Button and setting its parent or null, if no parent gui existList(GUIPane parent, String font)NumericUpDown(GUIPane parent, String font)Creating new Numeric up down and setting ts parent or null, if no parent gui existTextField(GUIPane parent, String font)
-