| Previous | Next | |
STF.setFrameRate(frameRate:Number) : VoidframeRate - New frame rate - frames per second.
Nothing.
Method; Sets a new animation frame rate. This method can be used to reduce the animation frame rate when a high frame rate is no longer necessary.
The following example changes the animation frame rate to 8 fps.
STF.setFrameRate(8);
| Questions or Feedback? | Previous | Next |