T
- Type of the object.
public interface TimeShiftable<T extends TimeShiftable<T>>
Modifier and Type | Method and Description |
---|---|
T |
shiftedBy(double dt)
获取一个经过时间移动的实例。
|
T shiftedBy(double dt)
dt
- 以秒为单位的时间偏移
Copyright © 2002-2023 CS GROUP. All rights reserved.