| Package | Description |
|---|---|
| com.almasb.fxgl.ecs | |
| com.almasb.fxgl.physics | |
| com.almasb.fxgl.scene |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityWorld.addWorldListener(EntityWorldListener listener)
Add world listener to be notified of events.
|
void |
EntityWorld.removeWorldListener(EntityWorldListener listener)
Remove world listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PhysicsWorld
Manages physics entities, collision handling and performs the physics tick.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GameScene
Represents the scene that shows game objects on the screen during "play" mode.
|
Copyright © 2017. All rights reserved.