setMaxFps abstract method

void setMaxFps(
  1. double fps
)

Allows to reduce CPU/GPU/battery usage in specific scenarios, where lower framerate is acceptable. Valid range: (0, 60]. Default: 60.

Implementation

void setMaxFps(core.double fps);