No Description
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.

UnityEngine.UI.asmdef 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "UnityEngine.UI",
  3. "references": [
  4. "UnityEngine.UIElementsModule"
  5. ],
  6. "includePlatforms": [],
  7. "excludePlatforms": [],
  8. "allowUnsafeCode": false,
  9. "overrideReferences": false,
  10. "precompiledReferences": [],
  11. "autoReferenced": true,
  12. "defineConstraints": [],
  13. "versionDefines": [
  14. {
  15. "name": "com.unity.modules.physics",
  16. "expression": "1.0.0",
  17. "define": "PACKAGE_PHYSICS"
  18. },
  19. {
  20. "name": "com.unity.modules.physics2d",
  21. "expression": "1.0.0",
  22. "define": "PACKAGE_PHYSICS2D"
  23. },
  24. {
  25. "name": "com.unity.modules.tilemap",
  26. "expression": "1.0.0",
  27. "define": "PACKAGE_TILEMAP"
  28. },
  29. {
  30. "name": "com.unity.modules.animation",
  31. "expression": "1.0.0",
  32. "define": "PACKAGE_ANIMATION"
  33. },
  34. {
  35. "name": "com.unity.modules.uielements",
  36. "expression": "1.0.0",
  37. "define": "PACKAGE_UITOOLKIT"
  38. },
  39. {
  40. "name": "com.unity.inputsystem",
  41. "expression": "1.7.0",
  42. "define": "PACKAGE_INPUTSYSTEM"
  43. }
  44. ],
  45. "noEngineReferences": false
  46. }