public static final class VideoRecorderAppState.IsoTimer
extends com.jme3.system.Timer
| Constructor and Description |
|---|
IsoTimer(float framerate) |
| Modifier and Type | Method and Description |
|---|---|
float |
getFrameRate() |
long |
getResolution() |
long |
getTime() |
float |
getTimePerFrame() |
void |
reset() |
void |
update() |
public long getTime()
getTime in class com.jme3.system.Timerpublic long getResolution()
getResolution in class com.jme3.system.Timerpublic float getFrameRate()
getFrameRate in class com.jme3.system.Timerpublic float getTimePerFrame()
getTimePerFrame in class com.jme3.system.Timerpublic void update()
update in class com.jme3.system.Timerpublic void reset()
reset in class com.jme3.system.Timer