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

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

671. 如何使用javascript版本的加载模式 [ 55%]

... url: config.layerUIJson, type: Laya.Loader.JSON } ], Handler.create(this, function () { this.gameScenes = new ui.layer.gameScenesUI(); this.addChildren(this.gameScenes); })); 但页面上却没有任何内容显示出来!求教!!我看了论坛里面的教程:https://ask.layabox.com/questio...

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

672. 你们的panel能用么?? [ 55%]

...了drawToCanvas方法的么?一调用就会提示gl.readPixels is not a function。如果不能用的话,有没有其它替代方案? 加载好了模型 怎么才能像2D一样 能用鼠标拖动模型 问题状态 最新活动: 2018-01-30 10:17 浏览: 742 关注: 2 人

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

673. request failed status:0 [ 55%]

...中的第一行应该如 清单 13 所示。 清单 13. 检查就绪状态 function updatePage() { if (request.readyState == 4) alert("Server is done!"); } 从这里找一找答案吧http://www.cnblogs.com/meil/ar ... .html 2018-01-05 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...

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

674. laya.d3.webxr.core.WebXRInputManager_API3.0 [ 55%]

...Vec1 bindMeshNode bindRayNode getController Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface Static property

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

675. laya.d3.core.render.SkinRenderElement_API3.0 [ 55%]

...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface

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

676. 关于Graphics绘制多次后使用它仍然是多个drawcall [ 55%]

...ar index = 0; var sp: Sprite = new Sprite; stage.addChild(sp); setInterval(function () { sp.graphics = arr[index++] if (index >= arr.length) { index = 0; } }, 1000); 这种方式按照我的理解应该每次切换一个Graphics,但一个Graphics绘制了N次,实际drawcall是N次,而且是...

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

677. 如何动态添加Animator和加载AnimationClip并播放 [ 55%]

...e.lh")) as Sprite3D;       layaScene.once(Event.HIERARCHY_LOADED, this, function():void{       var meshSprite:Sprite3D=layaScene.getChildAt(0) as Sprite3D;       var animator:Animator = meshSprite.addComponent(Animator) as Animator;       var clip:AnimationClip=AnimationClip.load("res/La...

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

678. 同样的代码Android播放不出mp3音效,IOS可以 [ 55%]

..., 1, new Handler(this, this.loopSounder)); Barrier.prototype.loopSounder = function() { this.loopSound = true; } 文件是一个499字节的mp3文件 没法上传 Prajna • 2018-05-14 11:03 @w1114367261 其实应该是mp3文件的问题,但是IOS的可以,是不是Android有文件类型限制...

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

679. 为了降低drawcall,升级了2.2版本,微信发布后报错 [ 55%]

...property '_geometry' of undefined;at requestAnimationFrame callback function TypeError: Cannot read property '_geometry' of undefined at SubMeshDynamicBatch._render (game.js:13608:39) at SubMeshRenderElement._render (game.js:19109:27) at RenderQueue._render (game.js:34450:26) at S...

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

680. laya.d3.core.scene.bvhscenerendermanager.BVHCullPass_API3.0 [ 55%]

...llInfo cullingSpotShadow cullDistanceVolume Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface

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