| Package | Description |
|---|---|
| com.almasb.fxgl.ecs.action |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Action<T>> |
ActionControl.actionsProperty() |
Optional<Action<T>> |
ActionControl.getCurrentAction() |
Optional<Action<T>> |
ActionControl.getLastAction() |
Optional<Action<T>> |
ActionControl.getNextAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionControl.addAction(Action action)
Add an action for this entity to execute.
|
void |
ActionControl.removeAction(Action action) |
Copyright © 2017. All rights reserved.