Basics
Guides
API Reference
Basics
Guides
API Reference
[11:14] static extends: object
Helper for FXGL's Position enum (LEFT, RIGHT, TOP, BOTTOM), used to place UI elements on one of the four sides of a container.
get (string Name)
Resolves a Position enum value by name.
Name is "LEFT", "RIGHT", "TOP", or "BOTTOM".An AussomJavaObject wrapping the enum value.values ()
Returns Position[] containing every constant.
valueOf (string Name)
Standard Enum.valueOf strict lookup.

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