Skip to content

单位制

Newcar提供了三种单位制: frame, s, ms, 与app相绑定的一般都是默认值秒,除此之外,Recorder是毫秒制

单位制的设置

ts
app.config.unit = 'frame'
app.config.unit = 's'
app.config.unit = 'ms'

Released under the Apache-2.0 license