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

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

2221. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 63%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

2222. 微信的缓存引擎只支持了图片和声音,其他lh,lm等文件自动缓存时都不支持是缓存的时候有什么问题和难点吗? [ 63%]

...        * @return          */         public static function getFileInfo(fileUrl:String):Object {             return MiniFileMgr.getFileInfo(fileUrl);         }                  /**          * 获取缓存文件列表        ...

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

2223. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 63%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

2224. demo中的2d和3d混合 加载ktx的资源 会白色的 其他ui没有问题 [ 63%]

...([{url:"minastc.config.json",type:Laya.Loader.JSON}],new Laya.Handler(this,function(){             this.astcconfig = Laya.loader.getRes("minastc.config.json");             for(var key in this.astcconfig){                 var fileversion = Laya.ResourceVersion.manifest[key]||key; ...

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

2225. 为什么laya的Button渲染逻辑顺序是先渲染,再获取素材切片? [ 63%]

...切片? /** *@private *改变对象的状态。 */ __proto.changeState=function(){ this._stateChanged=false; this.runCallLater(this.changeClips); var index=this._state < this._stateNum ? this._state :this._stateNum-1; this._sources && (this._bitmap.source=this._sources[index]); if (this...

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

2226. 新手请问下如何开启Laya3D的physics [ 63%]

...ore.js:13707) at MeshSprite3D.__proto.addComponent (laya.core.js:13782) at Function.Utils3D._createNodeByJson (laya.d3.js:9676) unity是5.6.7f1,插件是IDE 2.0.1beta下载页面下的,应该是最新的。从文档看应该是支持导出collider的,但是导出可以,载入报错啊,麻...

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

2227. 救命啊,遇到苹果爸爸 Guideline 2.5.2 [ 63%]

...designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement.   This code, combined with a remote resource, can ...

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

2228. 发布项目“是否压缩混淆js(耗时)”的bug [ 63%]

...load (module.js:556:32)     at tryModuleLoad (module.js:499:12)     at Function.Module._load (module.js:491:3)     at Function.Module.runMain (module.js:684:10)   然而107395 行只是很正常的语法:   2018-04-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 ...

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

2229. 解决游戏最小化退到后台后浏览器会强制1秒执行一次ILaya.stage._loop() [ 63%]

... new Worker("libs/sleepThread.js");     ILaya.m_worker.onmessage = function () {         if (!ILaya.stage.isVisibility) {             // console.log("_enterFrame...ILaya.stage._loop.........2222............enterTime=", ILaya.Browser.now());             I...

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

2230. 加载-销毁Texture使用的图片资源 [ 63%]

...现 Texture 使用的图片资源不存在,则自动恢复。 */ public function Loader_ClearTextureRes() { //初始化引擎 Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall...

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