| Package | Description |
|---|---|
| com.almasb.fxgl.ecs.action | |
| com.almasb.fxgl.effect | |
| com.almasb.fxgl.entity.control | |
| com.almasb.fxgl.physics |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionControl<T extends Entity> |
| Modifier and Type | Class and Description |
|---|---|
class |
ParticleControl |
| Modifier and Type | Class and Description |
|---|---|
class |
CircularMovementControl
Control that moves entity in a circle.
|
class |
ExpireCleanControl
Removes an entity from the world after a certain duration.
|
class |
JSControl
Control that runs scripted entity behavior from a javascript file.
|
class |
KeepOnScreenControl
A control that keeps an entity within the viewport.
|
class |
LiftControl
Lift control.
|
class |
OffscreenCleanControl
Control that removes an entity if it is outside of the visible area of the viewport.
|
class |
ProjectileControl
Generic projectile control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhysicsControl
This control updates position and rotation components of entities
based on the physics properties.
|
Copyright © 2017. All rights reserved.