大约有 1,771 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0107 秒)
Laya_社区(1392) laya_api(90) Laya3.0_api(82) Laya2.0_api(72) Laya2.0_文档(59) Laya_示例(33) Laya2.0_示例(32) Laya3.0_文档(11)
...调用? HttpRequest在firefox里面执行正常在ios出现err 分享:Graphics下cmds命令流的使用! 问题状态 最新活动: 2017-12-22 09:58 浏览: 2866 关注: 2 人 liuliqianxiao • 2017-12-22 08:57 梦佳。我是在mac下面测试的 Monica • 2017-12-22 10:00 @liuliqianxiao: ̄...
来源: Laya_社区 发布时间: 20171221
...面只有alpha有效果,scalex和scaley没有变化,怎么回事啊? Graphics alpha setAlpha setFilters 等设置无效 [LayaAirIDE 1.7.19]Image平铺模式下,设置alpha值,效果不正确。 2.0版本IDE,alpha属性怎么不见了 做好的spine动画 添加tweento动画,设置alpha...
来源: Laya_社区 发布时间: 20180917
...Animation动画播放完毕后去执行方法? 怎么检测点是否在 graphics所绘制的区域内 官方"3D角色脚本控制与碰撞检测"这个方法是不是不适用于高低起伏的地面? 2个不规则的sprite图,如何实现精准的碰撞检测 碰撞检测 和 sprite问题【j...
来源: Laya_社区 发布时间: 20180530
...omething() { sp = new Sprite(); Laya.stage.addChild(sp); //画多边形 sp.graphics.drawPoly(264, 166, [0, 0, 60, 0, 60,100, 50, 100, 50,80, 40, 80, 40, 90, 30,90, 30, 80,20, 80,20,90,0, 90], "#ffff00"); } })(); 绘制出来的多边形无法闭合 附件 : --> 2017-12-19 添加评论 免费帖 --> ...
来源: Laya_社区 发布时间: 20171219
...负数 IDE1.7.8 json图集加载问题 关于apk打包动画卡的问题 graphics alpha 问题 问题状态 最新活动: 2018-02-25 15:27 浏览: 2547 关注: 3 人
来源: Laya_社区 发布时间: 20180223
...peError: Class constructor Component cannot be invoked without 'new' 关于graphics.drawTexture方法设置纹理报错TypeError: texture.getIsReady is not a function 升级到2.2.0Beta报错Uncaught TypeError: Class constructor Sprite cannot be invoked without 'new' 添加组件PhysicsCollider 时...
来源: Laya_社区 发布时间: 20181210
...chImg) //点击事件 Laya.stage.addChild(img); function switchImg() { img.graphics.clear(); //清除绘制 var imgUrl = (this.flag = !this.flag) ? this.img1 : this.img2; img.loadImage(imgUrl, 100, 100) } }这是官方的切换位图的示例,但是点击位图距离容器top和left100的区域,...
来源: Laya_社区 发布时间: 20180502
... btCollisionObject undefined View嵌套Dialog组件 ios原生回调问题 graphics alpha 问题 关于shader中opengl函数问题 问题状态 最新活动: 2017-11-13 10:18 浏览: 1056 关注: 2 人 zeorro • 2017-11-13 10:20 如果第一次运行没报错,麻烦刷新下就出现了 zeorro •...
来源: Laya_社区 发布时间: 20171110
...ge的全局Y轴缩放值(会叠加父亲节点的缩放值)。 Sprite graphics : Graphics绘图对象。封装了绘制位图和矢量图的接口,Sprite所有的绘图操作都通过Graphics来实现的。Sprite height : Number[override] 显示对象的高度,单位为像素,默认为...
来源: Laya2.0_api 发布时间: 20190513
...teFromTexture(texture,0,0,texture.sourceWidth/2,texture.height/2); IconSpr.graphics.drawTexture(temp,0,0,temp.sourceWidth,temp.height); temp.destroy(true); } 这样 一样会报错 熊猫大侠 • 2018-01-19 09:24 他销毁纹理 是销毁的 我的temp 还是把最初的texture 或者 直接 全...
来源: Laya_社区 发布时间: 20180118