See: Description
Interface | Description |
---|---|
StateInputDirectionalUpdater |
Represents the
InputDeviceDirectional updater for the state. |
StateInputPointerUpdater |
Represents the
InputDevicePointer updater for the state. |
StateInputUpdater<I extends InputDevice> |
Represents the
InputDevice updater for the state. |
StateTransitionInputChecker<I extends InputDevice> |
Represents the
InputDevice updater for the state. |
StateTransitionInputDirectionalChecker |
Represents the
InputDeviceDirectional updater for the state. |
StateTransitionInputPointerChecker |
Represents the
InputDevicePointer updater for the state. |
Class | Description |
---|---|
StateGame |
State base implementation.
|
StateHandler |
Handle the
State and their StateTransition . |
A State
is created by the
StateFactory
, and is handled by the
StateHandler
, which checks
StateTransition
depending of the
StateInputUpdater
.
Copyright © 2017 Byron 3D Games Studio. All rights reserved.