暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.2D.Animation.Runtime.asmdef 681B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "Unity.2D.Animation.Runtime",
  3. "rootNamespace": "",
  4. "references": [
  5. "Unity.2D.Common.Runtime",
  6. "Unity.InternalAPIEngineBridge.001",
  7. "Unity.Mathematics",
  8. "Unity.Burst",
  9. "Unity.Collections"
  10. ],
  11. "includePlatforms": [],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": true,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": true,
  17. "defineConstraints": [],
  18. "versionDefines": [
  19. {
  20. "name": "com.unity.collections",
  21. "expression": "2.0.0-exp",
  22. "define": "COLLECTIONS_2_0_OR_ABOVE"
  23. }
  24. ],
  25. "noEngineReferences": false
  26. }