第四期.txt 512 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. //开启公告
  2. //关闭DebugMode 开启CatchException
  3. //切换到远程服务器 正常Zone
  4. //关闭调试按键和界面
  5. 开启Service再打包
  6. //更新Bundle
  7. //更新版本号
  8. IOS设置Team
  9. ScrollRect定位
  10. {
  11. Unrestrain
  12. {
  13. 直接移动
  14. }
  15. Restrain
  16. {
  17. 当Content的Size小于Viewport的Size时不用移动
  18. 如果有LayoutGroup需要考虑spacing和padding
  19. 要考虑到CanvasScaler
  20. 移动时计算Pivot到指定点的距离d1、content可移动的距离d2
  21. {
  22. 如果d1<=d2 content移动d1
  23. 如果d1>d2 content移动d2
  24. }
  25. }
  26. }
  27. LTween
  28. {
  29. 运动-加速度功能
  30. }