Time.fpsToMillisec()
Convert frame per second to millisecond
Parameters
Name | Type | Description | |
---|---|---|---|
1 | refreshRate | number |
Return value
number
the time in millisecond
Usage
import {Time} from '@lcluber/type6js';
let fpsToMillisec = Time.fpsToMillisec(60);
Convert frame per second to millisecond
Name | Type | Description | |
---|---|---|---|
1 | refreshRate | number |
number
the time in millisecond
import {Time} from '@lcluber/type6js';
let fpsToMillisec = Time.fpsToMillisec(60);