Interface CameraController.FpsListener

Enclosing interface:
CameraController

public static interface CameraController.FpsListener
This class can be used to listen for FPS change events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFpsChanged(double fps)
     
  • Method Details

    • onFpsChanged

      void onFpsChanged(double fps)
      Parameters:
      fps - Current FPS.