5 [
Attribute(
"1 1 1 1", UIWidgets.ColorPicker,
desc:
"Description Icon Color")]
6 protected ref Color m_cDescriptionIconColor;
17 if (!overwriteDescription.IsEmpty())
18 Description = overwriteDescription;
21 m_cDescriptionIconColor = overwriteColor;
30 Icon = sourceInfo.Icon;
31 IconSetName = sourceInfo.IconSetName;
32 Description = sourceInfo.Description;
33 m_cDescriptionIconColor = sourceInfo.m_cDescriptionIconColor;
36 super.CopyFrom(source);
42 Color GetDescriptionIconColor()
44 return Color.FromInt(m_cDescriptionIconColor.PackToInt());