void FixedUpdate() { if (chapter != null) { chapter.updateTime(); dscc.text = chapter.getTodyDec(); if (!chapter.iconColor()) { bgIcon.color = Color.gray; } else { bgIcon.color = Color.white; } //timeLabel.text = chapter.getTimeDesc (); } }
void FixedUpdate() { if (chapter != null) { chapter.updateTime(); time.text = chapter.getTodyDec(); if (!chapter.iconColor()) { bannerBg.color = Color.gray; } else { bannerBg.color = Color.white; } //activityTime.text = chapter.getTimeDesc (); } }