08 2020 档案
摘要:在平面中,一个点绕任意点旋转θ度后的点的坐标 x’ = cos(theta) * (cx – originX) – sin(theta) * (cy – originY) + originX y’ = sin(theta) * (cx – originX) + cos(theta) * (cy –
阅读全文
摘要:injectScripts.min.js Uncaught TypeError: this.addChild is not a function 地址: https://github.com/jsl6/egret-inspector-install Egret 白鹭开发Chrome插件(修复版) 控
阅读全文
摘要:问题描述:新创建的项目 engine 5.2.0 改为es6后编译的时候报 Uncaught Error: #1001: 找不到Egret入口类: Main。 什么都没改 解决方案: 1: 给入口文件添加命名空间 比如: 1 namespace app 2: Main 类 添加 导出 关键字 exp
阅读全文
浙公网安备 33010602011771号