浏览代码

fix test asset source

/generic-asset-sources
Mohsen Kamalzadeh 3 年前
当前提交
50bdb69e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      com.unity.perception/Tests/Runtime/Randomization/AssetSourceTests/LocalAssetSourceTests.cs

1
com.unity.perception/Tests/Runtime/Randomization/AssetSourceTests/LocalAssetSourceTests.cs


class TestAssetRole : AssetRole<GameObject>
{
public override string label => "test";
public override string description => "";
public override void Preprocess(GameObject asset)
{

正在加载...
取消
保存