Uses of Interface
com.codingame.gameengine.core.Module
Package
Description
-
Uses of Module in com.codingame.gameengine.core
Modifier and TypeMethodDescriptionvoid
GameManager.registerModule
(Module module) Register a module to the gameManager. -
Uses of Module in com.codingame.gameengine.module.camera
Modifier and TypeClassDescriptionclass
The CameraModule allow you to have a dynamic camera following a set of objects -
Uses of Module in com.codingame.gameengine.module.endscreen
Modifier and TypeClassDescriptionclass
The EndScreen takes care of displaying and animating an end screen with the scores of the players at the end of the game. -
Uses of Module in com.codingame.gameengine.module.entities
Modifier and TypeClassDescriptionclass
The GraphicEntityModule takes care of displaying and animating graphical entities on the replay of the game. -
Uses of Module in com.codingame.gameengine.module.toggle
-
Uses of Module in com.codingame.gameengine.module.tooltip
Modifier and TypeClassDescriptionclass
The TooltipModule takes care of displaying tooltips under the mouse cursor when an element has a linked tooltip text. -
Uses of Module in com.codingame.gameengine.module.viewport
Modifier and TypeClassDescriptionclass
The ViewportModule allows you to create a zoomable/draggable container.