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.

UnityEditor.UI.asmdef 632B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "UnityEditor.UI",
  3. "references": [
  4. "UnityEngine.UI"
  5. ],
  6. "includePlatforms": [
  7. "Editor"
  8. ],
  9. "excludePlatforms": [],
  10. "versionDefines": [
  11. {
  12. "name": "com.unity.modules.physics",
  13. "expression": "1.0.0",
  14. "define": "PACKAGE_PHYSICS"
  15. },
  16. {
  17. "name": "com.unity.modules.physics2d",
  18. "expression": "1.0.0",
  19. "define": "PACKAGE_PHYSICS2D"
  20. },
  21. {
  22. "name": "com.unity.modules.animation",
  23. "expression": "1.0.0",
  24. "define": "PACKAGE_ANIMATION"
  25. }
  26. ]
  27. }