Basics
Guides
API Reference
Basics
Guides
API Reference
[21:7] extends: IntroScene
Wraps FXGL's FXGLIntroScene (com.almasb.fxgl.app.scene.FXGLIntroScene), the engine's default intro animation (animated FXGL and JavaFX logos). Built automatically by the default SceneFactory; construct one directly only when returning it from a custom SceneFactory.newIntro override. Construction reads /assets/textures/intro/fxgl_logo.png and /assets/textures/intro/javafx_logo.png from the asset loader, so this can only be instantiated inside a running FXGL engine.
FXGLIntroScene (bool Construct = true)
Creates a new FXGLIntroScene. Pass false to construct an empty wrapper for adopt; the default (true) instantiates the engine class.
Construct is true to instantiate immediately, false for an empty wrapper.adopt (object Ajo)
Wraps an existing FXGLIntroScene AussomJavaObject.
Ajo is an AussomJavaObject around an FXGLIntroScene.A new wrapper.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.