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