浏览代码

Changing

/validation-tool
Wesley Mareovich Smith 4 年前
当前提交
e74fc649
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.perception/Tests/Runtime/Validation/TestBase.cs

4
com.unity.perception/Tests/Runtime/Validation/TestBase.cs


public static List<string> assets = new List<string>();
public TestHelpers testHelpers;
public AIContentTests tests;
public ContentValidation tests;
tests = new AIContentTests();
tests = new ContentValidation();
testHelpers = new TestHelpers();
selectionLists = new List<GameObject>();
testHelpers.AssetListCreation();

正在加载...
取消
保存