settings
The settings module reads and updates application-wide rendering settings.
Import
import { settings } from "@hmcs/sdk";
Functions
| Function | Description |
|---|---|
| fps | Returns the current rendering frame rate |
| setFps | Updates the rendering frame rate |
See also: Type Definitions