mirror of https://github.com/tuyoogame/YooAsset
Update TextureSchema.cs
parent
f5947db44a
commit
98e19baebd
|
@ -184,10 +184,12 @@ public class TextureSchema : ScannerSchema
|
||||||
container.Add(maxHeightField);
|
container.Add(maxHeightField);
|
||||||
|
|
||||||
// 创建测试列表
|
// 创建测试列表
|
||||||
|
#if UNITY_2021_3_OR_NEWER
|
||||||
ReorderableListView reorderableListView = new ReorderableListView();
|
ReorderableListView reorderableListView = new ReorderableListView();
|
||||||
reorderableListView.SourceData = TestStringValues;
|
reorderableListView.SourceData = TestStringValues;
|
||||||
reorderableListView.HeaderName = "测试列表";
|
reorderableListView.HeaderName = "测试列表";
|
||||||
container.Add(reorderableListView);
|
container.Add(reorderableListView);
|
||||||
|
#endif
|
||||||
|
|
||||||
SchemaInspector inspector = new SchemaInspector(container);
|
SchemaInspector inspector = new SchemaInspector(container);
|
||||||
return inspector;
|
return inspector;
|
||||||
|
|
Loading…
Reference in New Issue