第四期.txt 549 B

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