浏览代码

removed preprocessing from asset api

/generic-asset-sources
sleal-unity 3 年前
当前提交
f59f16e7
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 3
      com.unity.perception/Runtime/Randomization/Randomizers/AssetSources/AssetSource.cs

3
com.unity.perception/Runtime/Randomization/Randomizers/AssetSources/AssetSource.cs


{
var array = new T[Count];
for (var i = 0; i < Count; i++)
{
archetype.Preprocess(array[i]);
}
return array;
}

正在加载...
取消
保存