接口 TickUtil
有关刻的所有实用方法
- 从以下版本开始:
- 0.1.0
-
嵌套类概要
嵌套类 -
字段概要
字段 -
方法概要
静态方法修饰符和类型方法说明static intgetTick(float naturalSec) 为getTick(float, Type, TimeUnit)的简化版本,以自然秒作为单位static intgetTick(float time, TickUtil.Type type, TimeUnit unit) static floatgetTime(float tick, TickUtil.Type type, TimeUnit unit) static floatgetTime(int tick) 为getTime(float, Type, TimeUnit)的简化版本,以自然秒作为返回值
-
字段详细资料
-
方法详细资料
-
getTick
为getTick(float, Type, TimeUnit)的简化版本,以自然秒作为单位 -
getTime
为getTime(float, Type, TimeUnit)的简化版本,以自然秒作为返回值- 返回:
- 自然秒
-
getTick
-
getTime
-