SetTargetFPS abstract method

void SetTargetFPS(
  1. num fps
)

Set target FPS (maximum)

Implementation

void SetTargetFPS(
  num fps,
);