大约有 1,758 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0058 秒)
Laya_社区(1080) Laya3.0_api(672) Laya2.0_文档(2) Laya_示例(1) Laya3.0_文档(1) Laya2.0_api(1) Laya2.0_示例(1)
.....js (module.js:422:10)\n at Module.load (module.js:357:32)\n at Function.Module._load (module.js:314:12)\n at Function.Module.runMain (module.js:447:10)\n at startup (node.js:154:18)\n at node.js:416:3" 附件 : --> 2017-04-07 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20170407
...rdScriptError alert is not defined ReferenceError: alert is not defined at Function.Laya3D.init (http://127.0.0.1:54904/game/code.js:72182:4) at LayaAir3D ( 2018-05-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...
来源: Laya_社区 发布时间: 20180506
...Q小游戏中无法读取到 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2018-11-19 11:28 浏览: 1634 关注: 2 人 183*****291 • 2018-11-19 17:37 找到原因了,是往微信开放域里传值的时候发送错误导致的,多谢回答
来源: Laya_社区 发布时间: 20181119
....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
...测试地址:http://layaair.ldc.layabox.com ... xture 测试代码: (function() { var Skeleton = Laya.Skeleton; var Templet = Laya.Templet; var Event = Laya.Event; var Browser = Laya.Browser; var Stat = Laya.Stat; var WebGL = Laya.WebGL; var Pool = Laya.Pool; var...
来源: Laya_社区 发布时间: 20181120
...rt laya.events.Event; public class AAA { private var swf:MovieClip; public function AAA() { Laya.init(550,400); swf=new MovieClip(); swf.load("data.swf"); swf.on(Event.LOADED,this,onLoaded); Laya.stage.addChild(swf); } private function onLoaded():void { // TODO Auto Generated method stub swf.interva...
来源: Laya_社区 发布时间: 20160918
...alid subscript '_ShadowCoord' 'unitySampleShadow': no matching 1 parameter function at Assets/LayaAir3D/LayaShader/CGIncludes/LayaBlinnPhongFA.cginc(104) (on d3d11) Compiling Vertex program with DIRECTIONAL SHADOWS_SCREEN LIGHTMAP_ON DisableLighting Platform defines: UNITY_ENABLE_REFLECTION_BUFFERS ...
来源: Laya_社区 发布时间: 20180224
...romise) DOMException: play() 导微信小程序报错window.focus is not a function 2.2.0beta4,微信上动态合批报错. Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 问题状态 最新活动: 2020-07-28 11:19 浏览: 2474 关注: 2 人 王志文 • 2020-07-28 11:21...
来源: Laya_社区 发布时间: 20200727
...码中需添加大括号包住for each作用域。 原生例子 :public function ForEachDemo() { var obj:Object = [ { key:1 }, { key:2 } ]; //转成成js时工具会在使用for each的地方添加相应的报错信息: //"for each" err,must add{} for each(var value:Object in obj) trace(value.ke...
来源: Laya_社区 发布时间: 20151118
...layabox. ... 3B%3B Laya.loader.load(monkey1Path, Laya.Handler.create(this, function() { let monkey = Laya.loader.getRes(monkey1Path); let ape = new Laya.Sprite(); Laya.stage.addChild(ape); ape.graphics.drawTexture(monkey, 0, 0); var tl = new Laya.TimeLine(); tl.once('complete', this, function() { ap...
来源: Laya_社区 发布时间: 20190927