Basics
Guides
API Reference
Basics
Guides
API Reference
[18:14] static extends: object
Helper for FXGL's ApplicationMode enum (com.almasb.fxgl.app.ApplicationMode). Selects the runtime mode of the application; primarily affects logging detail and exception reporting.
DEBUG ()
Returns the DEBUG mode value.
An AussomJavaObject around the enum value.DEVELOPER ()
Returns the DEVELOPER mode value.
An AussomJavaObject around the enum value.RELEASE ()
Returns the RELEASE mode value.
An AussomJavaObject around the enum value.get (string Name)
Resolves an ApplicationMode enum value by name.
Name is one of "DEBUG", "DEVELOPER", "RELEASE".An AussomJavaObject around the enum value.getLoggerLevel (object ModeObj)
Returns the LoggerLevel associated with the given ApplicationMode value.
ModeObj is an AussomJavaObject around an ApplicationMode.An AussomJavaObject around a LoggerLevel.values ()
Returns ApplicationMode[] containing every constant.
valueOf (string Name)
Standard Enum.valueOf strict lookup.

Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.