UnityEngine.UI.asmdef 914 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "UnityEngine.UI",
  3. "references": [],
  4. "includePlatforms": [],
  5. "excludePlatforms": [],
  6. "allowUnsafeCode": false,
  7. "overrideReferences": false,
  8. "precompiledReferences": [],
  9. "autoReferenced": true,
  10. "defineConstraints": [],
  11. "versionDefines": [
  12. {
  13. "name": "com.unity.modules.physics",
  14. "expression": "1.0.0",
  15. "define": "PACKAGE_PHYSICS"
  16. },
  17. {
  18. "name": "com.unity.modules.physics2d",
  19. "expression": "1.0.0",
  20. "define": "PACKAGE_PHYSICS2D"
  21. },
  22. {
  23. "name": "com.unity.modules.tilemap",
  24. "expression": "1.0.0",
  25. "define": "PACKAGE_TILEMAP"
  26. },
  27. {
  28. "name": "com.unity.modules.animation",
  29. "expression": "1.0.0",
  30. "define": "PACKAGE_ANIMATION"
  31. }
  32. ],
  33. "noEngineReferences": false
  34. }