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

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

91. 不规则图形遮罩 显示出来的内容与画的遮罩图形不相同 [ 88%]

...   private var maskSPArr:Array = [["moveTo", px+0, py+0], ["lineTo", px+100, py+0], ["lineTo", px+100, py+20], ["lineTo", px+200, py+20], ["lineTo", px+200, py+60], ["lineTo", px+100, py+60], ["lineTo", px+100, py+100], ["lineTo", px+0, py+100], ["lineTo", px+0, py+0], ["closePath"]];        ...

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

92. UI-ColorPicker [ 88%]

...Picker.selectedColor = "#ff0033"; colorPicker.skin = skin; colorPicker.pos(100, 100); colorPicker.changeHandler = new Handler(this, onChangeColor, [colorPicker]); Laya.stage.addChild(colorPicker); onChangeColor(colorPicker); } function onChangeColor(colorPicker) { console.log(colorPicker.selectedCol...

来源: Laya_示例 发布时间: 20241124

93. drawTexture时,Matrix对象,a=-1,无法实现水平翻转 [ 88%]

...re时,Matrix对象,a=-1,无法实现水平翻转 g.drawTexture(texture,100, 100, texture.width, texture.height, new laya.maths.Matrix(-1)); 为何无法实现水平翻转? 绘制的图片直接看不见了,如果不设置matrix.a = -1就不会出现。 2017-02-21 添加评论 免费帖 --> ...

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

94. 圆环不跟随 sprite 一起缩放? [ 88%]

...();  this.firstSp = new Laya.Sprite(); this.firstSp.graphics.drawRect(0, -100, 200, 200, null, "#ffffff"); this.firstSp.graphics.drawLine(0, 0, 100, 100, "#ffffff", 5); this.firstSp.graphics.drawCircle(100, 100, 20, null, "ffffff"); Laya.stage.on(Laya.Event.MOUSE_WHEEL, this, this.MouseWheel);  th...

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

95. UI-ColorPicker [ 88%]

...Picker.selectedColor = "#ff0033"; colorPicker.skin = skin; colorPicker.pos(100, 100); colorPicker.changeHandler = new Handler(this, this.onChangeColor, [colorPicker]); Laya.stage.addChild(colorPicker); this.onChangeColor(colorPicker); } onChangeColor(colorPicker) { console.log(colorPicker.selectedCo...

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

96. typescipt在一定范围内加载图片按照等比排列 [ 87%]

...时候调整排列 第三部 把所有加载的图片等比缩放显示在100*100的范围内排列显示,具体代码如何实现,求解答 2018-05-14 添加评论 已悬赏2元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 umi ...

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

97. Sprite graphics的显示比例问题 [ 87%]

...hics.drawLine(0, 0, 200, 200, "#ff0000", 1); character.graphics.drawCircle(100, 100, 100, null, "#ff0000", 1); character.graphics.drawRect(0, 0, 200, 200, null, "#0000ff", 1); character.graphics.drawRect(20, 20, 160, 160, null, "#0000ff", 1); character.x = 220; character.y = 220; character.pivot(100...

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

98. as3中,调用原生js的的时候,如何传递原生JS要用到的document.getElementById的ID过去? [ 87%]

... __JS__('var qrcode = new QRCode(document.getElementById("qrcode"), {width:100, height:100});'); 范例中的代码本身是这样子的: <body> <div id="qrcode" style="width:100px; height:100px; margin-top:15px;"></div> <script type="text/javascript"> var qrcode = new QRCo...

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

99. 图片拖动速度怎么控制 [ 87%]

...动速度比手指移动慢。 比如手指瞬间是从(0,0)点到(100,100),但是图片不是实时瞬间也到达终点,而且有一定的速度经过0.5s以后到达(100100)这个点 2019-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

100. 圆不跟谁 sprite 一起缩放? [ 87%]

...();  this.firstSp = new Laya.Sprite(); this.firstSp.graphics.drawRect(0, -100, 200, 200, null, "#ffffff"); this.firstSp.graphics.drawLine(0, 0, 100, 100, "#ffffff", 5); this.firstSp.graphics.drawCircle(100, 100, 20, null, "ffffff"); Laya.stage.on(Laya.Event.MOUSE_WHEEL, this, this.MouseWheel);  th...

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