SetTargetFPS method

void SetTargetFPS(
  1. int fps
)

Implementation

void SetTargetFPS(int fps) {
  return _SetTargetFPS(fps);
}