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

大约有 155 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0076 秒)

121. laya.d3.component.volume.VolumeManager_API3.0 [ 47%]

...laya/d3/component/Volume/VolumeManager.ts:101 update one RenderNode Volume info Parameters baseRender: BaseRender Returns void add add(volume: Volume): void Implementation of IVolumeManager.add Defined in laya/d3/component/Volume/VolumeManager.ts:61 add volume Parameters volume: Volume Returns void ...

来源: Laya3.0_api 发布时间: 20231115

122. Laya3d加载Arena/Arena.ls报错 [ 47%]

...");             Laya.stage.addChild(scene);             // Log.Info("Procedure::setup");             // this.InitGameManager();         } 2017-08-03 0 0 分享 微博 QZONE 微信 oayx 赞同来自: 创建的是空项目 2017-08-03 0 0 分享 微博 QZONE 微信 oayx 赞同来...

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

123. 手机调试时http请求错误,返回Request failed Status:0 [ 47%]

...andleFail); })) }), LocalTxt.getText("请求失败")+":"+e); } }); LogUtil.info(this.urlString,this.methodString,this.responseType,this.dataAny); hr.send(this.urlString, this.dataAny, this.methodString, this.responseType,this.headers); 2019-03-08 添加评论 已悬赏10元 --> 分享 微博 QZONE ...

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

124. [LayaAirIDE3]【插件开发】配置方式可以生成非常复杂的界面的部分疑惑 [ 46%]

...le: "hidden", properties: [ { name: "help", caption: "提示", inspector: "Info", type: "string", default: "输入文件夹必须是图集文件或图片,输出目录会以图集名生成子文件夹", }, { name: "inputPath", caption: "输入目录", inspector: "File", options: { absolutePath: tru...

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

125. [LayaAirIDE3]xcode切入切出声音不播放 [ 46%]

... public resumeAllEffects(): void {         this.pausedEffects.forEach((info, url) => {             this.playEffect(url, info.completeCallback, false, info.position);         });         this.pausedEffects.clear();     }      private getCallbackForUrl(url: string): () => ...

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

126. 1.7.16beta版本,导入GlowFilter包会报错。 [ 45%]

...会报错。 导包 import laya.filters.GlowFilter; 会报错“exception info:[TypeError: undefined is not an object (evaluating 'SaveBase._createArray')] at line 6155”。 只是导包,还没使用任何滤镜。 2018-02-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相...

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

127. ios打包单机版本问题,显示conchShader找不到和Status bar could not find cached time string image. 然后直接黑屏!!!!!! [ 44%]

...直接黑屏!!!!!! layabox[4357:2764240] ==JSERROR: exception info: [ReferenceError: Can't find variable: ConchShader] at line 21042 layabox[4357:2763988] Status bar could not find cached time string image. Rendering in-process. 2018-04-28 15:33:09.747096+0800 layabox[4357:2763988] 有...

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

128. LayaBox进阶之UI管理类 [ 44%]

...Init(); this.onShow();  Laya.timer.frameLoop(1, this, ()=>{ // console.info(this); this.onUpdate(); }); }  /******************************************************************************** * Node ********************************************************************************/ _proto = Laya.Nod...

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

129. 微信小游戏IDE加载位图字体,提示错误 [ 43%]

...Parser(); + xml = parser.parser.parserFromString(xml,'text/xml'); + } var tInfo=xml.getElementsByTagName("info"); if (!tInfo[0].getAttributeNode){ return this.parseFont2(xml,texture); } 努力努力再努力 • 2018-09-25 20:50 @zh920627:我添加了这句话 为什么还报错 gameThirdS...

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

130. Swift中接入Native,执行完drawInRect后不执行update了! [ 43%]

...LE-17.0.37] 2019-05-10 17:10:38.479792+0800 SwiftLayaNative[98971:4069811] INFO:gles 支持的最大顶点属性个数=16 2019-05-10 17:10:38.484463+0800 SwiftLayaNative[98971:4070046] js thread started. 2019-05-10 17:10:38.511032+0800 SwiftLayaNative[98971:4069811] ------------------------[ReadingG...

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