大约有 1,028 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0055 秒)
Laya_社区(987) Laya3.0_api(14) Laya2.0_文档(7) Laya3.0_文档(5) Laya2.0_api(4) Laya2.0_示例(4) laya_api(4) Laya_示例(3)
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: 实现原理:你注册下点击舞台的mousedown、mousemove、mouseout事件,在mousemove事件的时候用一个数组记录下当前的坐标信息,然后调用绘制曲线的函数,创建的...
来源: Laya_社区 发布时间: 20171213
...复 cuixueying 赞同来自: var t:HTMLDivElement = new HTMLDivElement ; Laya.stage.addChild(t); t.style.valign = "top";//如果要设置leading,务必设置valign='top' t.size(60, 120); t.style.wordWrap = true; t.style.leading = 30; t.style.letterSpacing=5; t.innerHTML = "akshfkjashfkjhakshjdfhka...
来源: Laya_社区 发布时间: 20170601
...StartRight.bottom+100; } //事件注册 //开始游戏 this.StartLeft.on(Laya.Event.CLICK,null,function(){ //TO GamePage2 console.log("left onclick"); Laya.stage.addChild(new GameView); }); //分享快乐 this.StartRight.on(Laya.Event.CLICK,null,function(){ //超链接 onLink(href); }); //天...
来源: Laya_社区 发布时间: 20180810
...cs绘制边框 梅点击一次旋转30°后边框位置偏移 let sp = new Laya.Sprite(); drawArr = [startX, 0, this.width, 0, this.width - startX, this.height, 0, this.height]; sp.graphics.drawPoly(0, 0, drawArr, fillColor, this.m_vo.c_StrokeColor, this.m_vo.c_StrokeThickness); 附件 : --> 2019-09...
来源: Laya_社区 发布时间: 20190910
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 是字体有问题 2020-01-10 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 R. 相关问题 两个对象new了一个相同的对象,调...
来源: Laya_社区 发布时间: 20200110
...登录 发起人 185*****024 相关问题 富文本下划线绘制bug new Laya.Sprite();绘制图形以后,怎么删除释放资源? drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 想让一个2D的图形被鼠标点击时缩放一下...
来源: Laya_社区 发布时间: 20200507
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_XS 赞同来自: (new Sprite)._childs即可! 2017-02-26 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 anran 相关问题 请问LayaAir中如何使图...
来源: Laya_社区 发布时间: 20170226
Laya事件不能添加给多边形吗? var clickRect = new Laya.Sprite(); clickRect.graphics.drawRect( 0, 0, Laya.stage.width, Laya.stage.height-100, "#ffffff" ); Laya.stage.addChild( clickRect ); clickRect.on( Laya.Event.CLICK, this, function(){ console.log( 'adf' ) } ); 我创建一个多边...
来源: Laya_社区 发布时间: 20180201
...= new TextInput(); textInput.bgColor = "#ffcccc"; textInput.size(200,200); Laya.stage.addChild(textInput); textInput.name = "aa"; textInput.on(Event.FOCUS,this,onFoucs); private function onFoucs(e:Event):void { trace(e); } 2017-10-26 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被...
来源: Laya_社区 发布时间: 20171026
...heelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 laya2.0引入第三方库失败 Animation 的createFrames 使用已经加载的图集缓存动画失败 使用getChildByName()无法得到子节点对象 Laya3D里的material可以设置flat shading么 问题状态 最新...
来源: Laya_社区 发布时间: 20180506