大约有 807 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0062 秒)
Laya_社区(472) Laya3.0_api(132) Laya2.0_api(81) laya_api(63) Laya2.0_文档(28) Laya3.0_文档(15) Laya_示例(13) Laya2.0_示例(3)
...urrTexture=this.templet.getTexture(tName); if (this.currTexture && Render.isWebGL && this.currDisplayData.type==0 && this.currDisplayData.uvs){ this.currTexture=this.currDisplayData.createTexture(this.currTexture); } } }else { this.displayIndex=-1; this.currDisplayData=null; ...
来源: Laya_社区 发布时间: 20180106
...laya.feifan.bandarq2.0/bin/libs/laya.core.js:10451:24) at Stage.__proto.render (file:///F:/Laya2Workspace/laya.feifan.bandarq2.0/bin/libs/laya.core.js:31079:13) at Stage.__proto._loop (file:///F:/Laya2Workspace/laya.feifan.bandarq2.0/bin/libs/laya.core.js:31018:8) at loop (file:///F:/Laya2W...
来源: Laya_社区 发布时间: 20191010
...nLight; import laya.d3.core.material.StandardMaterial; import laya.d3.core.render.RenderState; import laya.d3.core.scene.Scene; import laya.d3.math.Quaternion; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.Texture2D; import laya.d3.resource.TextureCube; import lay...
来源: Laya_示例 发布时间: 20251209
...hy : Boolean[read-only] 获取在场景中是否激活。 Node alwaysUseRenderTexture : Boolean 获取是否始终使用渲染纹理,在某些渲染配置下会直接将渲染结果渲染到屏幕上,getRenderTexture()方法的返回值为空,如需使用getRenderTexture()可开启此属性。 Ca...
来源: Laya2.0_api 发布时间: 20190513
...p/clip_num.png","clipX":10,"name":"clip"},"type":"Clip"}],"props":{"name":"render","x":0,"y":0,"width":112,"height":30}}],"props":{"x":452,"y":68,"width":128,"height":299,"vScrollBarSkin":"comp/vscroll.png","repeatX":1,"var":"list"}},{"props":{"x":563,"y":4,"skin":"comp/btn_close.png","name":"close"...
来源: Laya_社区 发布时间: 20170330
...Manager._tMusic){ // if (SoundManager._musicMuted)return null; }else { if (Render.isConchApp){ var ext=Utils.getFileExtension(url); if (ext !="wav" && ext !="ogg"){ alert("The sound only supports wav or ogg format,for optimal performance reason,please refer to the official website document."...
来源: Laya_社区 发布时间: 20180709
...map"时,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲...
来源: Laya2.0_api 发布时间: 20190513
...minimum-scale=1.0,maximum-scale=1.0,user-scalable=no' /> <meta name="renderer" content="webkit" /> <meta name='apple-mobile-web-app-capable' content='yes' /> <meta name='full-screen' content='true' /> <meta name='x5-fullscreen' content='true' /> <meta name='360-fullscre...
来源: Laya_社区 发布时间: 20181120
...lateTimer=null; Laya.timer=null; Laya.loader=null; Laya.version=null; Laya.render=null; yunzhongjushi • 2020-04-28 12:39 上面提到: 已经报错过的项目再把这些参数加上,也还是报错 我就把项目的库文件版本一个个往前改,从2.6.1,改为2.5——2.4——2.2...
来源: Laya_社区 发布时间: 20200426
...每部分代码的用途: //引用各个模块 const style = require("./render/style.js"); const tplFn = require("./render/tplfn.js"); const Layout = require("./engine.js").default; //获取开放数据域画布 let sharedCanvas = wx.getSharedCanvas(); let sharedContext = sharedCanvas.getContext("...
来源: Laya3.0_文档 发布时间: 20251010