m

module-toggle

This module allows you to display or hide elements of the GraphicEntityModule using the viewer's options menu.
Files download
File Operation
module-toggle-4.5.0.jar download
module-toggle-4.5.0.pom download
module-toggle-4.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.codingame.gameengine</groupId>
  <artifactId>module-toggle</artifactId>
  <version>4.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.codingame.gameengine:module-toggle:4.5.0'
Gradle Kotlin
implementation("com.codingame.gameengine:module-toggle:4.5.0")
Scala SBT
libraryDependencies += "com.codingame.gameengine" % "module-toggle" % "4.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.codingame.gameengine', module='module-toggle', version='4.5.0')
)
Apache Ivy
<dependency org="com.codingame.gameengine" name="module-toggle" rev="4.5.0" />
Leiningen
[com.codingame.gameengine/module-toggle "4.5.0"]
Apache Buildr
'com.codingame.gameengine:module-toggle:jar:4.5.0'