Class: UTimeline

UTimeline()

new UTimeline()

24小时间线
Source:
Example
app.timeline = new THING.UE.Timeline();
// 切换至中午12点
app.timeline.setTime(12);

Methods

(static) setTime(hour)

设置时间
Parameters:
Name Type Description
hour Number 0-24小时
Source:

(static) toDay()

设置到14点
Source:

(static) toNight()

设置到22点
Source: