大约有 525 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0043 秒)
求问sprite放大后,graphics绘制的图像位置偏移 let sprite: Sprite = new Sprite(); let texture: Laya.Texture = Laya.loader.getRes(this.skin_img1); sprite.graphics.drawTexture(texture, 0, 0, texture.width, texture.height); sprite.size(texture.width, texture.height); let x: number = 300; ...
来源: Laya_社区 发布时间: 20170821
...ient.addColorStop(0,"#FF0000"); my_gradient.addColorStop(1,"#0000FF"); let sprite = new Laya.Sprite(); Laya.stage.addChild(sprite); sprite.graphics.drawRect(0,0,640,1136,my_gradient); 2018-08-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20180803
请问有没有使用代码来动态设置sprite的不规则热区的方法? 项目里需要可以点击很多不规则形状的sprite,并且这些sprite相互有重叠. 因此特别需要可以设置不规则热区.论坛里有在ide里设置不规则热区的帖子,请问有没有代码设置...
来源: Laya_社区 发布时间: 20171018
...,使得新添加的元素始终保持在最底部显示? 为什么给Sprite容器添加点击事件没反应 图片添加点击事件 有的不生效 3d项目-unity添加物理组件 layanative2 打包android平台 报错 btCollisionObject undefined 怎么讲layaAir里的显示对象添加到mat...
来源: Laya_社区 发布时间: 20230704
...式? 参照技术文档自定义Shader写的TypeScript版本,运行后 Sprite 显示尺寸不对,帮忙看下哪里要调整? 问题状态 最新活动: 2020-10-20 15:32 浏览: 1440 关注: 2 人 开心@me • 2020-10-20 15:00 谢谢啊,你是说生成一个cubemap吧。可是cubemap生...
来源: Laya_社区 发布时间: 20201019
移动Sprite时,边缘闪烁 var lastTimestamp = 0; var count = 0; var totale = 0; Laya.timer.frameLoop(1, this, function test() { var deltaTime = new Date().getTime() - lastTimestamp; lastTimestamp = new Date().getTime(); count++; totale += deltaTime; this.x += this.speed_x*deltaTime; this.y += ...
来源: Laya_社区 发布时间: 20170920
...会这样? 项目文件在附件 问题 4 :话说这种功能 应该用Sprite做容器还是用box做容器? 还有就是 VBox 和 HBox 还有 Box 与 Sprite 有什么区别 什么情况适用于那种类型? 附件 : --> myLayaUIDemoTest.rar 2017-08-27 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20170827
...); }); } /** * ViewHeadViewTest */ class ViewHeadViewTest extends Laya.Sprite { constructor() { super(); this.graphics.drawRect(0, 0, 1500, 1500, "#0000ff"); this.on(Laya.Event.CLICK, this, this.onclickTest); } onclickTest(): void { ...
来源: Laya_社区 发布时间: 20170822
...28 at createMovieClip (file:///E:/Laya%E6%B8%B8%E6%88%8F%E5%88%B6%E4%BD%9C/Sprite/Animation_SWF/LayaAirTest/bin/js/bundle.js:38:12) at file:///E:/Laya%E6%B8%B8%E6%88%8F%E5%88%B6%E4%BD%9C/Sprite/Animation_SWF/LayaAirTest/bin/js/bundle.js:34:3 at file:///E:/Laya%E6%B8%B8%E6%88%8F%E5%88%B6%E4%BD%9C/Spr...
来源: Laya_社区 发布时间: 20181107
又一个tiledmap的问题 tiledmap它的基类是object不是sprite,就没法用tiledmap.addchild这种方式去在地图上添加单位 这样实现角色在地图上行走或者固定在地图上就不是很方便 有什么好的方法吗?(地图本身是可以卷动的,要让角色跟着地...
来源: Laya_社区 发布时间: 20161130