Açıklama Yok
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 832B

12345678910111213141516171819202122232425262728293031
  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.burst",
  21. "expression": "0.0.1",
  22. "define": "ENABLE_ANIMATION_BURST"
  23. },
  24. {
  25. "name": "com.unity.collections",
  26. "expression": "0.9.0-preview.6",
  27. "define": "ENABLE_ANIMATION_COLLECTION"
  28. }
  29. ],
  30. "noEngineReferences": false
  31. }