Basics
Guides
API Reference
Basics
Guides
API Reference
[17:7] extends: Component
Wraps FXGL's IntervalPauseComponent (com.almasb.fxgl.dsl.components.IntervalPauseComponent), which toggles pause/resume on a set of components on the owning entity at a per-component interval. The component map is built at construction time from (componentClassName, intervalSeconds) pairs.
IntervalPauseComponent (list Spec = null)
Creates a new IntervalPauseComponent.
Spec is a list of alternating string class names and double interval-seconds: [ "fully.qualified.ComponentClass", 1.5, "another.Component", 0.75 ] Each named component on the entity has its pause/resume toggled at its given interval.adopt (object Ajo)
Wraps an existing IntervalPauseComponent AussomJavaObject.

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