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

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

521. Panel初始化BUG [ 54%]

...;         content._style.scrollRect || (content.scrollRect = Rectangle.create());         content._style.scrollRect.setTo(rectX, rectY, width, height);         content.scrollRect = content.scrollRect;     } 附件 : --> Bug文本.zip 2021-11-08 添加评论 免费帖 --> 分享 微博 ...

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

522. laya空项目怎么加载unity带出的.ls文件 [ 54%]

...ne = Laya.Scene3D.load("LayaScene_xfg/layaScene.ls",Laya.Handler.create(this,function(_s){ Laya.stage.addChild(_s); })); 这样还是报错 说secne是void

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

523. bind函数的作用 [ 54%]

...bind(this)); a15715740412 • 2018-01-30 16:31 /** * For a given function, creates a bound function that has the same body as the original function. * The this object of the bound function is associated with the specified object, and has the specified initial parameters. * @param thisArg An object t...

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

524. 2.3.0beta 各种bug [ 54%]

...  this._style === SpriteStyle.EMPTY && (this._style = SpriteStyle.create());             if( this._style == null){                 this._style = SpriteStyle.create()             }             return this._style;         }     core.js vivo下getJSON报错兼...

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

525. canvas下资源清理的问题 [ 54%]

...a.loader.load([{url: "res/atlas/task.atlas", type: Loader.ATLAS}], Handler.create(this, onLoaded));         }                  private function hide():void         {             if(taskView)             {                 taskView.destroy();    ...

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

526. 进行预加载,每次进入游戏都会重新加载一次 [ 54%]

...】 用这个进行预加载 Laya.loader.load(images, null, Laya.Handler.create(this, onImagesProgress, null, false), Laya.Loader.IMAGE); 但是每次进入都会重新慢慢在加载一次 声音也是一样 2017-02-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

527. 【文档错误】3D Camera文档添加天空盒错误 [ 54%]

...加载贴图文件 Laya.TextureCube.load("skyBox/skyCube.ltc",Laya.Handler.create(this,function(t:Laya.SkyBoxMaterial):void{ skyBox.skyboxMaterial = t; })) 这个回调里面的代码不正确吧,skyBox没有skyboxMaterial属性,它自己本身就是skyboxMaterial。 2018-12-05 添加评论 免...

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

528. 预设/场景的导出(JavaScript-3D基础(JS)-LayaAir3D之3D场景可视化编辑) [ 54%]

...景 Laya.Scene3D.load('LayaScene_test/Conventional/test.ls',Laya.Handler.create(this,this.onComplete)) } /** * 加载完成 */ onComplete(scene){ // 将场景加到舞台上 Laya.stage.addChild(scene); } } ``` 运行效果(图2): ![](img/2.png)(图2)

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

529. 百度小游戏 内存不断增大的情况 [ 54%]

...,400); Laya.loader.load([{url:"res/atlas/comp.json",type:"atlas"}],Handler.create(this,this.onLoadUi)); } __proto.onLoadUi=function(){ Laya.timer.loop(100,this,this.onLoaded); } __proto.onLoaded=function(){ if(this.isOpen){ return; } this.isOpen=true; var testView=new TestView(); Laya.stage.addChild...

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

530. 使用高度图的时候 Cannot read property 'width' of undefined [ 54%]

...property 'width' of undefined var terrainSprite = Laya.MeshTerrainSprite3D.createFromMeshAndHeightMap(terrain.meshFilter.sharedMesh, texture, 45.58879852294922, -45.58879852294922); //报错:Cannot read property 'width' of undefinedDemo见附件。   附件 : --> test.rar 2017-06-01 添加评论 ...

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