mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-06-29 09:53:57 +00:00
group文字颜色
This commit is contained in:
@@ -784,9 +784,9 @@ namespace YooAsset.Editor
|
||||
|
||||
var textField1 = element.Q<Label>("Label1");
|
||||
if (string.IsNullOrEmpty(group.GroupDesc))
|
||||
textField1.text = group.GroupName;
|
||||
textField1.text = ConvertText(group.GroupName);
|
||||
else
|
||||
textField1.text = $"{group.GroupName} ({group.GroupDesc})";
|
||||
textField1.text = ConvertText($"{group.GroupName} ({group.GroupDesc})");
|
||||
|
||||
// 激活状态
|
||||
IActiveRule activeRule = AssetBundleCollectorSettingData.GetActiveRuleInstance(group.ActiveRuleName);
|
||||
|
||||
Reference in New Issue
Block a user