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.1.5.jar download
module-toggle-4.1.5.pom download
module-toggle-4.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.codingame.gameengine</groupId>
  <artifactId>module-toggle</artifactId>
  <version>4.1.5</version>
</dependency>
Gradle Groovy
implementation 'com.codingame.gameengine:module-toggle:4.1.5'
Gradle Kotlin
implementation("com.codingame.gameengine:module-toggle:4.1.5")
Scala SBT
libraryDependencies += "com.codingame.gameengine" % "module-toggle" % "4.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.codingame.gameengine', module='module-toggle', version='4.1.5')
)
Apache Ivy
<dependency org="com.codingame.gameengine" name="module-toggle" rev="4.1.5" />
Leiningen
[com.codingame.gameengine/module-toggle "4.1.5"]
Apache Buildr
'com.codingame.gameengine:module-toggle:jar:4.1.5'