大约有 797 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)
Laya_社区(443) Laya3.0_api(103) Laya2.0_api(58) laya_api(54) Laya2.0_文档(49) Laya_示例(39) Laya2.0_示例(33) Laya3.0_文档(18)
...mage}, m_label:allEquipArr[i].amount.toString()}); } } this.otherItem_list.array = data; //单元格鼠标事件处理函数 this.otherItem_list.mouseHandler = new Handler(this,otherItem_listRender); 是这样子的.我从服务端拿到数据,然后将数据直接传到UI拼接好的otherItem_list...
来源: Laya_社区 发布时间: 20180321
...e/xuanshangyu/Image_4003.png"; } fir.push(first); } _tempFruitUi.firstList.array = fir; 我这样写了可是实现不了 2017-06-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来...
来源: Laya_社区 发布时间: 20170616
...器 请配置 这个怎么解决? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 问题状态 最新活动: 2019-03-28 13:23 浏览: 234 关注: 1 人
来源: Laya_社区 发布时间: 20190328
...skeleton鼠标点击区域的设置 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 关于同为object层,层级设置无效的问题 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法...
来源: Laya_社区 发布时间: 20191115
...ons = false; let slider = scrollBar.slider; slider.bar.stateNum = 1; let txArray = ; for (let i = 0; i <20; ++i) { let list = new Laya.Sprite(); list.width = 600 ; list.height = 155; list.loadImage('xxx.png'); //此处无论是这样给 list.on(Laya.Event.CLICK, this, () => { console.log(41313...
来源: Laya_社区 发布时间: 20190711
... Laya.stage.addChild(canvas); var path: Array<number> = []; path.push(0, -130); path.push(33, -33); path.push(137, -30); path.push(55, 32); path.push(85, 130); ...
来源: Laya_社区 发布时间: 20171102
...原来碰撞检测rect没有旋转 drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 图片不能按轴心旋转 使用getChildByName()无法得到子节点对象 富文本下划线绘制bug 在3.1.x版本 linearVelocity 不能设置初...
来源: Laya_社区 发布时间: 20250816
...ctors constructor Properties _id aniSectionDic bindBoneBoneSlotDic boneSlotArray boneSlotDic deformAniArr destroyedImmediately drawOrderAniArr eventAniArr ikArr isParseFail lock mBoneArr mRootBone name pathArr rate skinDataArray skinDic skinSlotDisplayDataArr srcBoneMatrixArr subTextureDic tfArr url...
来源: Laya3.0_api 发布时间: 20231115
...整下就行了: function showui() { showui.super(this); var arr2 = new Array(); arr2.push(this.dimg); this.dimg.on(Laya.Event.CLICK, this,apeclick2, arr2); } function apeclick2(that) { console.log("apeclick sucess"); that.skin = "../img/5.jpg"; console.log(that); that.zOrder = 1; } 2017-02-18 1 0...
来源: Laya_社区 发布时间: 20170217
...itter : EmitterBase[read-only] 获取粒子发射器 Particle2D filters : Array滤镜集合。可以设置多个滤镜组合。Sprite globalRotation : Number[read-only] 获得相对于stage的全局旋转值(会叠加父亲节点的旋转值)。 Sprite globalScaleX : Number[read-only] 获得...
来源: Laya2.0_api 发布时间: 20190513