void SetFrameTime(float seconds);
SetFrameTime configures how often OnUpdateFrame will be called by default. 0 means frames should be drawn as often as possible. A value of 0.03333 can be passed to target 30 fps. Note that this function serves as a hint rather than a mandate.
Parameters |
Description |
float seconds |
Specifies how often to update frame draw. |