setMaxFps abstract method

void setMaxFps(
  1. int fps
)

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

Implementation

void setMaxFps(core.int fps);