大约有 479 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0205 秒)
Laya3.0_api(137) Laya_社区(113) Laya2.0_api(94) laya_api(91) Laya2.0_文档(27) Laya3.0_文档(14) Laya2.0_示例(2) Laya_示例(1)
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
... if(index<0||index>arr.length)return; var data:Object=arr[index];//获取当前渲染条目的数据 var clip:Clip=cell.getChildByName("clip") as Clip;//获取当前渲染条目的clip组件 var check:CheckBox=cell.getChildByName("check") as CheckBox;//获取当前渲染条目的check组件 cl...
来源: Laya_社区 发布时间: 20170313
...t):void { callBack != null && callBack.runWith([1, data]); } }); //获取加载进度 downloadTask.onProgressUpdate(function (data:Object):void { callBack != null && callBack.runWith([2, data.progress]); }); } 2018-08-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...
来源: Laya_社区 发布时间: 20180820
... 请配置 这个怎么解决? 2.0 drawTexture color参数无效 怎样获取浏览器地址传过来的GET参数 编辑了图片 执行代码说加载不出来资源 这个是怎么回事? 移植了一个游戏 代码重新 写的 子节点的 getChildIndex(node:Node):int 根据子节点对象...
来源: Laya_社区 发布时间: 20180206
...且不会随着绘制内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display...
来源: Laya3.0_api 发布时间: 20231115
... Laya.stage.on(Laya.Event.MOUSE_UP, this, function() { this.index = 0; //获取每次生成路径 this.getGridIndex(this.path[this.curPathIndex % this.pointCount].x, this.path[this.curPathIndex++ % this.pointCount].z, this.startPoint); this.getGridIndex(this.path[this.nextPathIndex % this.pointCount...
来源: Laya2.0_文档 发布时间: 20210715
...回调时间 2.0 drawTexture color参数无效 ios原生回调问题 怎样获取浏览器地址传过来的GET参数 如何定义动画播放过某帧后的回调函数 Laya.loader.create 进度回调函数执行两次 怎么停止正在运行Laya.timer.frameLoop的回调函数 点击按钮打开...
来源: Laya_社区 发布时间: 20210131
... 发起人 rt1223103 相关问题 2.0 drawTexture color参数无效 怎样获取浏览器地址传过来的GET参数 Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, IDE中js压缩工具,能不能用类似命令行,或者编译参数等等方式调用?...
来源: Laya_社区 发布时间: 20171108
...抬起 Laya.stage.on(Event.MOUSE_UP, this, function():void { index = 0; //获取每次生成路径 getGridIndex(path[curPathIndex % pointCount].x, path[curPathIndex++ % pointCount].z, startPoint); getGridIndex(path[nextPathIndex % pointCount].x,path[nextPathIndex++ % pointCount].z, endPoint); //开...
来源: Laya2.0_文档 发布时间: 20210714
...地图编辑器工具? Laya2.6.0beta 物理引擎 刚体碰撞点位置获取不正确 求助关于TiledMap的版本问题 spine动画播放后图集错乱 我的tieldmap生成的json文件里data是这种格式,地图显示有误 想让一个2D的图形被鼠标点击时缩放一下,或左右...
来源: Laya_社区 发布时间: 20170617