File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ public string Type
282
282
private long _size ;
283
283
284
284
[ NonSerialized ]
285
- private string _type ;
285
+ internal string _type ;
286
286
287
287
[ NonSerialized ]
288
288
private string _guid ;
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
+ using Unity . Collections ;
5
+ using Unity . Jobs ;
6
+ using Unity . Jobs . LowLevel . Unsafe ;
4
7
using UnityEditor ;
5
8
using UnityEngine ;
6
9
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ public partial class AssetPageLook
28
28
29
29
private static TreeViewDependencies TreeViewDependencies ;
30
30
31
- private static volatile PageList < AssetDataInfo > PageValues ; // 当前页资源列表
32
- private static volatile List < AssetDataInfo > Values ; // 当前所有资源
31
+ private static PageList < AssetDataInfo > PageValues ; // 当前页资源列表
32
+ private static List < AssetDataInfo > Values ; // 当前所有资源
33
33
34
34
private static string [ ] DisplayPackages ; // 列表:包
35
35
private static string [ ] DisplayTags ; // 列表:标签
You can’t perform that action at this time.
0 commit comments