update UIElements

展示单位Units
This commit is contained in:
何冠峰
2025-03-06 14:31:26 +08:00
parent d03bca5512
commit a7cafcb328
6 changed files with 44 additions and 5 deletions

View File

@@ -148,10 +148,11 @@ namespace YooAsset.Editor
// LoadingTime
{
var columnStyle = new ColumnStyle(100);
var columnStyle = new ColumnStyle(130);
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
columnStyle.Units = "ms";
var column = new TableColumn("LoadingTime", "Loading Time", columnStyle);
column.MakeCell = () =>
{