大约有 843 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0046 秒)
Laya_社区(489) Laya3.0_api(132) Laya2.0_api(81) laya_api(63) Laya2.0_文档(40) Laya3.0_文档(22) Laya_示例(13) Laya2.0_示例(3)
... _getVertexBuffer(index:int = 0):VertexBuffer3DTerrainFilter _prepareRender(state:RenderContext3D):Boolean[override] TerrainFilter _render(state:RenderContext3D):void[override] TerrainFilter calcLeafBoudingBox(worldMatrix:Matrix4x4):voidTerrainFilter calcLeafBoudingSphere(worldMatrix:...
来源: Laya2.0_api 发布时间: 20190513
...g = removed[static] 定义 removed 事件对象的 type 属性值。Event RENDER : String = render[static] 定义 render 事件对象的 type 属性值。Event RESIZE : String = resize[static] 定义 resize 事件对象的 type 属性值。Event RIGHT_CLICK : String = rightclick[static] 定义 ri...
来源: Laya2.0_api 发布时间: 20190513
...Random betweem Two Constants 7. Cycles 8. Affected UV Channels - UV0 - ### Render module  1. RenderMode - Billboard - Stretched Billboard 1. Camera Scale 2. Velocity Scale 3. Length Scale - Horizontal Billboard - Vertical Billboard -...
来源: Laya2.0_文档 发布时间: 20200822
... (http://127.0.0.1:10656/game/js/bundle.js:8101:15) at Stage.__proto.render (http://127.0.0.1:10656/game/js/bundle.js:24593:14) at Stage.__proto._loop (http://127.0.0.1:10656/game/js/bundle.js:24517:8) at loop (http://127.0.0.1:10656/game/js/bundle.js:8383:15) 说是Texture类va...
来源: Laya_社区 发布时间: 20181123
...er.context.drawImage(wxMgr.getOpenDataCanvas(), 0, 0); // console.log(laya.renders.RenderContext); // laya.renders.RenderContext.ctx.drawImage(wxMgr.getOpenDataCanvas(), 0, 0); 2018-04-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20180426
...请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: Render._mainCanvas.source.style.left = "300px"; Render._mainCanvas.source.style.top = "300px"; 你不要手动去该layaAir canvas标签的属性,在代码里通过上面的代码调试canvas的位置试下! 2017-04-27 0 ...
来源: Laya_社区 发布时间: 20170427
...g = removed[static] 定义 removed 事件对象的 type 属性值。Event RENDER : String = render[static] 定义 render 事件对象的 type 属性值。Event RESIZE : String = resize[static] 定义 resize 事件对象的 type 属性值。Event RIGHT_CLICK : String = rightclick[static] 定义 ri...
来源: laya_api 发布时间: 20170929
[LayaAirIDE3][3.1.0 B2] 继承PixelLineRenderer的脚本会在编辑器中触发onUpdate 无法关闭,且没有开启编辑器运行的功能.附件是ts脚本,随便挂在一个3d精灵上就能复现. 附件 : --> uptest.zip 2023-12-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20231209
...>>evalhttp://stand.alone.version/libs/laya.ui.js I/ViewRootImpl: CPU Rendering VSync enable = true I/LayaBox: alert=undefined:5155: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode let runtime = json.props.runtime; ^^^ SyntaxError: Bloc...
来源: Laya_社区 发布时间: 20180724
...测试结果,决定选择使用哪种模式。 - 单线程模式:JS和Render运行在一个线程中。 - - 优点:操作无延迟(例如:touch、按键)。 - 缺点:性能不如双线程模式。 - 双线程模式:JS和Render运行在各自的线程中。 - - 优点:性能比单...
来源: Laya2.0_文档 发布时间: 20210715