暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. }