10 b.mainText.SetActive(
false);
11 this.r.renderRow.SetImage(b.icon,
null,
this.r.GetDefaultColor(),
true, 0, 0);
12 b.SetTooltip(
"note", delegate(UITooltip t)
16 note.AddHeaderCard(this.r.Name,
null);
17 if (!this.r.GetDetail().IsEmpty())
19 note.AddText(this.r.GetDetail(), FontColor.DontChange);
22 if (this.r.source.NeedFactory)
24 note.AddText(
"reqFactory".lang(this.r.source.NameFactory,
null,
null,
null,
null), FontColor.DontChange);
28 note.AddText(
"reqNoFactory".lang(), FontColor.DontChange);