RenderAsFastAsPossible
Controls the behavior of the renderer. If RenderAsFastAsPossible is true, frames will be drawn as fast as the browser can manage. If RenderAsFastAsPossible is false, frames will be drawn at a rate no faster than RenderingRefreshRate/second.
Property
RenderAsFastAsPossible: bool
Default value = true
Example
Limits the framerate to 30 frames per second:
SYM3.RenderAsFastAsPossible = false;
SYM3.RenderingRefreshRate = 30;