| Package | Description |
|---|---|
| com.almasb.fxgl.extra.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. |
interface |
StateMachine<E,S extends State<E>>
A state machine manages the state transitions of its entity.
|
| Modifier and Type | Field and Description |
|---|---|
protected S |
DefaultStateMachine.currentState
The current state the owner is in.
|
protected S |
DefaultStateMachine.globalState
The global state of the owner.
|
protected S |
DefaultStateMachine.previousState
The last state the owner was in.
|
Copyright © 2018. All rights reserved.