模型预览

This commit is contained in:
Bob.Song
2025-10-29 11:31:26 +08:00
parent cd6b4ea5c9
commit 5a6c1821aa
4 changed files with 8 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ namespace NBF
public void SetData(string message, Notices.NoticeType noticeType)
{
style.selectedIndex = (int)noticeType;
TextContent.text = message;
}
}
}