Package com.jme3.app.state
Class VideoRecorderAppState.IsoTimer
java.lang.Object
com.jme3.system.Timer
com.jme3.app.state.VideoRecorderAppState.IsoTimer
- Enclosing class:
VideoRecorderAppState
public static final class VideoRecorderAppState.IsoTimer
extends com.jme3.system.Timer
-
Constructor Details
-
IsoTimer
public IsoTimer(float framerate)
-
-
Method Details
-
getTime
public long getTime()- Specified by:
getTimein classcom.jme3.system.Timer
-
getResolution
public long getResolution()- Specified by:
getResolutionin classcom.jme3.system.Timer
-
getFrameRate
public float getFrameRate()- Specified by:
getFrameRatein classcom.jme3.system.Timer
-
getTimePerFrame
public float getTimePerFrame()- Specified by:
getTimePerFramein classcom.jme3.system.Timer
-
update
public void update()- Specified by:
updatein classcom.jme3.system.Timer
-
reset
public void reset()- Specified by:
resetin classcom.jme3.system.Timer
-