Framework.SetConstantFrameTime Method ()
Enables or disables a constant frame time.
public void SetConstantFrameTime(bool); public void SetConstantFrameTime(bool, float);
The default rate is one second for every 30 frames, or 0.0333 seconds per frame.
This function is useful for saving the rendered output to a video format for playback, allowing animation at a rate independent of the actual rate at which frames were rendered.
Show: