Serialized Form
|
Package org.jbox2d.testbed |
shiftKey
boolean shiftKey
- Is the shift key held?
pmousePressed
boolean pmousePressed
- Was the mouse down last frame?
options
TestbedOptions options
- Our options handler - displays GUI and sets TestSettings for currentTest.
fpsAverageCount
int fpsAverageCount
- Number of frames to average over when computing real FPS
nanos
long[] nanos
- Array of timings
nanoStart
long nanoStart
- When we started the nanotimer
frameCount
long frameCount
- Number of frames since we started this example.
g
DebugDraw g
- Drawing handler to use.
frames
int frames
iters
int iters
testToTime
TimingTest.TestSelection testToTime
settings
TestSettings settings
m_world
World m_world