大约有 4,338 项符合查询结果, 库内数据总量为 30,790 项。 (搜索耗时: 0.0068 秒)
Laya_社区(2450) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(25)
...l/build/warehouse1/warehouse1.lh", Laya.Handler.create(this, onComplete)); function onComplete() { //仓库原型 warehouse1 = Laya.Sprite3D.load("model/build/warehouse1/warehouse1.lh"); scene.addChild(warehouse1); warehouse1.transform.rotate(new Laya.Vector3(0, 90, 0), false, false); warehouse1.tra...
来源: Laya_社区 发布时间: 20180104
...自: TypeError: Cannot read property 'props' of undefined preload.js:55 at Function.Laya3D._getSprite3DHierarchyInnerUrls (file:///E:/svn/210/h5engine/trunk/laya/mytalkingtom_demo/bin/libs/laya.d3.js:17679:17) at Loader.Laya3D._onHierarchylhLoaded (file:///E:/svn/210/h5engine/trunk/laya/mytalking...
来源: Laya_社区 发布时间: 20190320
tiledMap tileSetId是什么 getTileProperties () method public function getTileProperties(index:int, id:int, name:String):* 得到tile自定义属性 Parameters index:int — 地图块索引 id:int — 具体的TileSetID name:String — 属性名称 这个api怎么用?tileSetId是什么 2018-01-2...
来源: Laya_社区 发布时间: 20180129
...; //帧循环 Laya.timer.frameLoop(1, this, onFrame); this.createTime = 0; function onFrame() { //如果创建对象时间为100帧间隔后 if (this.createTime >= 100) { //每200帧间隔创建30个雪花 for (var i = 0; i 640 + 20 || img1.scaleX 在一些特殊情况我们需要注意`Laya.Hanlder...
来源: Laya2.0_文档 发布时间: 20210715
...器? 调用动画结束on方法,报错this.zombieAnimator.on is not a function laya2.1.1 微信排行榜无法滑动,按钮也无法点击 as3.0下3D引擎中通过滑动控制camera的问题 如何判断被加载的Swf里的MovieClip播放完成? 问题状态 最新活动: 2018-08-14 18:24 ...
来源: Laya_社区 发布时间: 20180814
...cript '_ShadowCoord' 'UnityComputeForwardShadows': no matching 3 parameter function at Assets/LayaAir3D/LayaShader/CGIncludes/LayaBlinnPhongFA.cginc(104) (on glcore) Compiling Vertex program with DIRECTIONAL SHADOWS_SCREEN DisableLighting LIGHTMAP_OFF Platform defines: UNITY_ENABLE_REFLECTION_BUFFER...
来源: Laya_社区 发布时间: 20180306
Laya.loader.getRes 需要判断preLoadMap Loader.getRes=function(url){ //应该要先判断preLoadMap里存不存在 var pre=Loader.preLoadedMap[URL.formatURL(url)]; if(pre){ return pre; } return Loader.loadedMap[URL.formatURL(url)]; } 2019-07-17 添加评论 免费...
来源: Laya_社区 发布时间: 20190717
...: 与内容相关的链接 提交 2 个回复 ssqhu 赞同来自: private function onPauseBtnClick(e:Event):void { //阻止后续节点的监听器 e.stopPropagation(); } 用这个方法就可以阻止后面的事件了。 stopPropa...
来源: Laya_社区 发布时间: 20170224
... Texture2D.load("res/threeDimen/texture/earth.png", Handler.create(this, function(texture:Texture2D):void { //设置反照率贴图 material2.albedoTexture = texture; })); earth2.meshRenderer.material = material2; ``` ![](img/1.png)(图1)
来源: Laya2.0_文档 发布时间: 20210714
...Parser collectResourceLinks parse errorList Legend Object literal Variable Function Type alias Class Class with type parameter Enumeration Interface Static method
来源: Laya3.0_api 发布时间: 20231115