大约有 900 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0063 秒)
..., /**@private */ __proto._setClipChanged=function(){ if (!this._clipChanged){ this._clipChanged=true; this.callLater(this.changeClip); } }...
来源: Laya_社区 发布时间: 20181027
...常感谢,但是我调试了一下,totalForce中的x,y,z是三个空的function实例,不知你那里测试是否正常? NilZ • 2019-06-24 21:00 @tiwei001:引擎库没有适配好,1029805476@qq.com,给我发一个邮件,我用邮件给你回最新编译的引擎库,从里面找相应...
来源: Laya_社区 发布时间: 20190617
... 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
...中的第一行应该如 清单 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
...了drawToCanvas方法的么?一调用就会提示gl.readPixels is not a function。如果不能用的话,有没有其它替代方案? 加载好了模型 怎么才能像2D一样 能用鼠标拖动模型 问题状态 最新活动: 2018-01-30 10:17 浏览: 742 关注: 2 人
来源: Laya_社区 发布时间: 20180130
...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
...ss with type parameter Constructor Property Method Object literal Variable Function Type alias Inherited property Inherited method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...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
...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
...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