| Modifier and Type | Class and Description |
|---|---|
class |
StubPlatform
A stub implementation of
Platform that provides implementations of those services that
can be usefully implemented for unit tests, and throws UnsupportedOperationException for
the rest. |
| Modifier and Type | Field and Description |
|---|---|
Platform |
Game.plat
The platform on which this game is running.
|
| Modifier and Type | Field and Description |
|---|---|
Signal<Platform> |
Platform.frame
This signal will be emitted at the start of every frame after the platform is started.
|
| Constructor and Description |
|---|
Default(Platform plat) |
Game(Platform plat,
int updateRate)
Creates a clocked game with the desired simulation update rate, in ms.
|
Pointer(Platform plat) |
Copyright © 2018. All Rights Reserved.