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

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

111. 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

112. 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

113. 手机调试时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

114. 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

115. 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

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

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

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

117. 微信小游戏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

118. 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

119. 直接通过打包app打完自带的ui项目包在手机上运行不了 [ 42%]

...gt;className:layaair/game/browser/ExportJavaFunction,methodName:GetDeviceInfo 12-14 17:56:04.984 20197-20469/? E/LayaBox: >>>>>>>>>>>>before 12-14 17:56:04.986 20197-20469/? E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 12-14 1...

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

120. 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 [ 41%]

...hu();//输出这个组件num,结果为2,是LayaSample.bb的num console.info(s); }, 1000); } } class Child{ private _num:string; public num(n:string){ this._num = n; } public shuchu(){ return this._num; } } new LayaSample(); 2018-08-05 3 0 分享 微博 QZONE 微信 手撕腊鸭 赞同来自: 138...

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