大约有 911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0055 秒)
... ImageData is not defined? 导微信小程序报错window.focus is not a function 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 问题状态 最新活动: 2020-08-03 19:42 浏览: 241 关注: 2 人 egoist • 2020-08-03 19:42 demo上传了
来源: Laya_社区 发布时间: 20200803
...aRender; private var mouseConstraint:*; private var engine:*; /***/ public function Retitution() { super(); this.width = stageWidth; this.height = stageHeight; setup(); } private function setup():void { initMatter(); initWorld(); Laya.stage.on("resize",this,onResize); } private function initMatter()...
来源: Laya_社区 发布时间: 20171214
... ImageData is not defined? 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2019-07-31 18:37 浏览: 1603 关注: 2 人 156*****220 • 2019-08-05 10:13 感谢,已解决
来源: Laya_社区 发布时间: 20190730
...否有配到代码下载? 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2019-10-23 15:37 浏览: 1071 关注: 2 人
来源: Laya_社区 发布时间: 20191023
...报错 window is not defined 导微信小程序报错window.focus is not a function 本地调试加载本地图片都报错 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 启动引擎报错 mPlugin.game_plugin_init(3); 小游戏项目 加载有中...
来源: Laya_社区 发布时间: 20170805
...微信上动态合批报错. 导微信小程序报错window.focus is not a function laya2 发布微信开放域工程,用微信开发者工具打开报错 用了ByteArray的zlib.min.js后报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play()...
来源: Laya_社区 发布时间: 20200609
...: 1058 关注: 2 人 deng2017 • 2017-06-20 14:30 package view { public function alertpp():void { } } 使用flash develop 编译 生成不了该代码 view.alertpp=function(){} cuixueying • 2017-06-20 15:20 不建议这么去写代码,容易出问题,最好还是按照正常的函数写法来...
来源: Laya_社区 发布时间: 20170620
...开发者工具打开报错 导微信小程序报错window.focus is not a function 小游戏项目 加载有中文的json文件 报错 启动引擎报错 mPlugin.game_plugin_init(3); Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 问题状态 最新活动: 2021-07-01 11:0...
来源: Laya_社区 发布时间: 20210701
MovieClip的target和currentTarget属性为undefined? private function showNowPic():void{ for each(var ul:String in pics){ var mc:MovieClip = new MovieClip; mc.load(ul); this.addChild(mc); mc.on(Event.COMPLETE,this,stopNowMC) } } private function stopNowMC(e:Event):void{ trace(e.currentTarget); t...
来源: Laya_社区 发布时间: 20161221
....laya/publish.js 中 // 压缩js gulp.task("compressJs", ["compressJson"], function () { if (config.compressJs) { return gulp.src(config.compressJsFilter, { base: releaseDir }) .pipe(sourcemaps.init({loadMaps:true})) .pipe(uglify({ mangle: { keep_fnames:true } })) .pipe(sourcemaps.write(releaseDir +...
来源: Laya_社区 发布时间: 20200720