| Package | Description |
|---|---|
| com.almasb.fxgl.ai.fsm |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultStateMachine<E,S extends State<E>>
Default implementation of the
StateMachine interface. |
class |
StackStateMachine<E,S extends State<E>>
A
StateMachine implementation that keeps track of all previous States via a stack. |
Copyright © 2018. All rights reserved.