• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,381 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)

131. HSlider的问题 [ 85%]

...Slider的问题 问题1 多个HSlider 如何共用一个max ? 比如 max = 100; 当第一个HSlider的value = 20; 第二个的max就变成80 两个其实是比较容易实现的 但是类似这样的情况 如果HSlider多达七八个就太麻烦了 该如何实现? 问题2 var a = 100; 设置HSlide...

来源: Laya_社区 发布时间: 20180523

132. graphics 绘制线条粗细不一样 [ 85%]

...线条粗细一样 canvas 正常 版本最新 this.graphics.drawRect(0,0,100,100,null,"#000000",2) 效果: 代码:             var sp:Sprite = new Sprite();             this.addChild(sp);             sp.pos(200, 200);             sp.graphics.drawRect(0, 0, 2...

来源: Laya_社区 发布时间: 20180510

133. 2.3微信截图分享问题 [ 85%]

...享。 var tempFilePath = canvas.toTempFilePathSync( { x: 0, y: 0, width: 100, height: 100, destWidth: 100, destHeight: 100, fileType: 'jpg', quality: 1.0 });   var canvas = Laya.stage.drawToCanvas(Laya.stage.width, Laya.stage.height, 0, 0).getCanvas();   这是第二种写法。翻了几次论坛...

来源: Laya_社区 发布时间: 20191010

134. 能改变动画下getGraphicBounds 的属性吗 x y width height [ 85%]

... 2017-06-30 09:08 有的特效不行 我有提交demo 你们测试一下 100/ani.getBounds.width 100/ani.getBounds.height 这样出来特效大小应该都是100 100 吧 有些特效就不行有的行

来源: Laya_社区 发布时间: 20170629

135. scrollRect 改变后子对象的鼠标事件失效 [ 85%]

...y.on("mousedown", this, polyonMouseDown); bg.scrollRect=new Laya.Rectangle(100,100,700,500); bg.scale(1.5,1.5); ----------------------------------------------------------------------------- 加上这句bg.scrollRect=new Laya.Rectangle(100,100,700,500); 子对象的鼠标事件失效了 2018-08-23 ...

来源: Laya_社区 发布时间: 20180823

136. laya.particle.ParticleSetting [ 85%]

...(单位:2D像素、3D坐标)ParticleSetting  maxEndSize : Number = 100最大结束尺寸(单位:2D像素、3D坐标)ParticleSetting  maxHorizontalEndRadian : Number = 0最大水平结束弧度(单位:2D弧度、3D弧度)ParticleSetting  maxHorizontalStartRadian : Number = 0...

来源: laya_api 发布时间: 20170929

137. 鼠标交互-自定义事件 [ 85%]

...ite(); this.sp.graphics.drawRect(0, 0, 200, 200, "#D2691E"); this.sp.pivot(100, 100); this.sp.x = Laya.stage.width / 2; this.sp.y = Laya.stage.height / 2; this.sp.size(200, 200); Laya.stage.addChild(this.sp); this.sp.on(ROTATE, this, this.onRotate); // 侦听自定义的事件 this.sp.on(Event.CLICK...

来源: Laya2.0_示例 发布时间: 20241118

138. 关于IDE资源打包的问题 [ 85%]

...89chen 赞同来自: 额,我好像找到了原因了。单图尺寸小于100*100的不会被打包,这个设置在哪里啊,为什么要有这样的设定? 2018-01-11 0 4 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: laya文件夹下的.laya文件  内容中的picWidth/picHeight字...

来源: Laya_社区 发布时间: 20180110

139. 舞台上有个label,我能通过截图保存成图片么 [ 85%]

...ture(htmlC); var sp2:Sprite=new Sprite(); sp2.graphics.drawTexture(texture,100,100,100,100); sp2.pos(300,0); Laya.stage.addChild(sp2); })注意加个延迟,1-2帧左右即可! 2018-04-03 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人...

来源: Laya_社区 发布时间: 20180403

140. html效果用layaAirIde 实现 [ 85%]

...       div{             margin: 0 auto;             width: 100px;             height: 100px;         }         #main {             width: 400px;             height: 400px;             background: white;             border: 2px solid gray;      ...

来源: Laya_社区 发布时间: 20181018