Documentation for this section has not yet been entered.
The default value is one, which means that your code is invoked once each time that a screen refresh will take place. If you set this value to two, then your method will only be invoked half the time (once every two frames) and so on.
In general, you should not skip frames. If your software can not keep up with the frame rate, it is better to increase the frame interval and deliver a consistent set of updates.