SetTargetFPS method

void SetTargetFPS(
  1. int fps
)

Set target FPS (maximum)

Implementation

void SetTargetFPS(int fps)
  => _SetTargetFPS(fps);