• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 2,932 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0072 秒)

751. FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory [ 69%]

...什么原因导致的吗? 怎样解决? Error: asBitmap no size! retry to load问题 Laya3D init error, must support webgl有个WIN10的电脑,系统是正版,家庭版的,跳到编辑模式就显示这个 IDE不能运行调试提示:Chrome error: Error:... 创建的actionscript项目,但...

来源: Laya_社区 发布时间: 20180616

752. 3D灯光阴影无效 [ 69%]

...ionLight.shadow = true; var QiPanMesh:MeshSprite3D = new MeshSprite3D(Mesh.load("qipan/qipan-qipan.lm"), "qipan"); QiPanMesh.transform.position = new Vector3(0, 0, -1); QiPanMesh.transform.rotation = new Quaternion(-1, 0, 0, 1); QiPanMesh.layer = Layer.getLayerByNumber(5); QiPanMesh.meshRender.castS...

来源: Laya_社区 发布时间: 20170617

753. 关于layaair中类的大小写规则有没有基本的说明文档 [ 69%]

...yaair中类的大小写规则有没有基本的说明文档 比如: Laya.loader.load("res/atlas/comp.json", Laya.Handler.create(null, onLoaded), null, Laya.Loader.ATLAS); Laya.loader.load(resArray, Laya.Handler.create(null,onLoaded)); loader与handler   2017-03-16 添加评论 免费帖 --> 分...

来源: Laya_社区 发布时间: 20170316

754. 设置遮罩(ActionScript-LayaAir基础篇(AS3)-位图) [ 69%]

...源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(Res,Handler.create(this,graphicsImg)); } private function graphicsImg():void { img = new Sprite(); //获取图片资源,绘制到画布 img.graphics.drawTexture(Laya.loader.getRes(Res),150,50); //添加到舞台...

来源: Laya2.0_文档 发布时间: 20210714

755. LAYAAIR加载SWF无线循环 [ 69%]

...c:MovieClip = new MovieClip();                      mc.load(path,false);        mc.play(0,false);              mc.name=path;              mc.loop=false;         //  mc.pos(570,230)             mc.width=1000;           ...

来源: Laya_社区 发布时间: 20170804

756. UI-CheckBox [ 69%]

...kbox (4).png", "res/ui/checkbox (5).png", "res/ui/checkbox (6).png"]; Laya.loader.load(skins, Handler.create(this, this.onCheckBoxSkinLoaded)); } onCheckBoxSkinLoaded() { let cb; for (let i = 0; i ; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alig...

来源: Laya2.0_示例 发布时间: 20241119

757. layacmd atlas报错 [ 69%]

...e.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.runMain (module.js:604:10) 2017-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

来源: Laya_社区 发布时间: 20170806

758. 设置app开始时的动画报错 [ 69%]

设置app开始时的动画报错 我想在项目里控制,windows.loadingView; 我这样写,报错: Laya.Browser.window.LoadingView.loading(50) of  undefined    正确的写法是怎么样的呀   附件 : --> 2018-04-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

来源: Laya_社区 发布时间: 20180418

759. 火狐浏览器上webgl异常 [ 69%]

...ebGL: texSubImage2D: Texture has not been initialized prior to a partial upload, forcing the browser to clear it. This may be slow. async.race.0._hash.e3a9c451.js%20line%20297%20%3E%20eval:4:30925 Error: WebGL: texSubImage2D: This operation requires zeroing texture data. This is slow. 如题 这可...

来源: Laya_社区 发布时间: 20171120

760. 照着官方文档写的 Dialog 报错? [ 69%]

照着官方文档写的 Dialog 报错? var LoadResource = function () { LoadResource.prototype.init = function () { this._container = new Sprite(); Laya.stage.addChild(this._container); Laya.loader.load(["../bin/res/ui/progressBar.png", "../bin/res/ui/progressBar$bar.png"], Handler.create(this, ...

来源: Laya_社区 发布时间: 20200924