Class VideoRecorderAppState.IsoTimer

  • Enclosing class:
    VideoRecorderAppState

    public static final class VideoRecorderAppState.IsoTimer
    extends com.jme3.system.Timer
    • Constructor Summary

      Constructors 
      Constructor Description
      IsoTimer​(float framerate)  
    • Constructor Detail

      • IsoTimer

        public IsoTimer​(float framerate)
    • Method Detail

      • getTime

        public long getTime()
        Specified by:
        getTime in class com.jme3.system.Timer
      • getResolution

        public long getResolution()
        Specified by:
        getResolution in class com.jme3.system.Timer
      • getFrameRate

        public float getFrameRate()
        Specified by:
        getFrameRate in class com.jme3.system.Timer
      • getTimePerFrame

        public float getTimePerFrame()
        Specified by:
        getTimePerFrame in class com.jme3.system.Timer
      • update

        public void update()
        Specified by:
        update in class com.jme3.system.Timer
      • reset

        public void reset()
        Specified by:
        reset in class com.jme3.system.Timer