update AssetBundleDebugger

pull/464/head
何冠峰 2025-02-05 10:51:31 +08:00
parent 012f9b9f03
commit 698d81a433
2 changed files with 11 additions and 11 deletions

View File

@ -146,7 +146,7 @@ namespace YooAsset.Editor
// SpawnTime
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
@ -173,7 +173,7 @@ namespace YooAsset.Editor
// LoadingTime
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
@ -200,7 +200,7 @@ namespace YooAsset.Editor
// RefCount
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
@ -227,7 +227,7 @@ namespace YooAsset.Editor
// Status
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
@ -291,7 +291,7 @@ namespace YooAsset.Editor
// RefCount
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
@ -318,7 +318,7 @@ namespace YooAsset.Editor
// Status
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;

View File

@ -120,7 +120,7 @@ namespace YooAsset.Editor
// RefCount
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
@ -147,7 +147,7 @@ namespace YooAsset.Editor
// Status
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
@ -238,7 +238,7 @@ namespace YooAsset.Editor
// SpawnTime
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
@ -265,7 +265,7 @@ namespace YooAsset.Editor
// RefCount
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;
@ -292,7 +292,7 @@ namespace YooAsset.Editor
// Status
{
var columnStyle = new ColumnStyle();
columnStyle.Width = 150;
columnStyle.Width = 100;
columnStyle.Stretchable = false;
columnStyle.Searchable = false;
columnStyle.Sortable = true;