暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Unity.Burst.CodeGen.asmdef 464B

1234567891011121314151617181920
  1. {
  2. "name": "Unity.Burst.CodeGen",
  3. "references": [
  4. "Unity.Burst"
  5. ],
  6. "includePlatforms": [
  7. "Editor"
  8. ],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": true,
  11. "overrideReferences": true,
  12. "precompiledReferences": [
  13. "Unity.Burst.Cecil.dll",
  14. "Unity.Burst.Cecil.Rocks.dll",
  15. "Unity.Burst.Cecil.Pdb.dll",
  16. "Unity.Burst.Cecil.Mdb.dll"
  17. ],
  18. "autoReferenced": false,
  19. "versionDefines": []
  20. }