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

大约有 7,314 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0117 秒)

441. 屏幕适配-缩放-No Scale [ 93%]

...Color = "#232628"; this.createCantralRect(); } createCantralRect() { const Sprite = Laya.Sprite; this.rect = new Sprite(); this.rect.graphics.drawRect(-100, -100, 200, 200, "gray"); Laya.stage.addChild(this.rect); this.updateRectPos(); } updateRectPos() { this.rect.x = Laya.stage.width / 2; this.rec...

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

442. 其他引擎的Demo-Example_21 [ 93%]

...让项目开发更高效。(function() { var Graphics = Laya.Graphics; var Sprite = Laya.Sprite; var Browser = Laya.Browser; var WebGL = Laya.WebGL; var colors = ["#5D0776", "#EC8A49", "#AF3666", "#F6C84C", "#4C779A"]; var colorCount = 0; var isDown = false; var path = []; var color = colors[0]; var...

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

443. Laya.Sprite如何实现一个不规则的点击区域? [ 93%]

Laya.Sprite如何实现一个不规则的点击区域? 2019-09-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 AerTims 赞同来自: 使用hitArea 2019-09-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0...

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

444. 阻止点击穿透问题 [ 93%]

... } },[this.items.shaizi]);  弹层的代码: this.prizeAlertLayer = new Sprite(); this.prizeAlertLayer.zOrder = 90; this.prizeAlertLayer.size(W, H);   let bg = new Sprite(); bg.alpha = 0.8; bg.graphics.drawRect(0,0,W,H,"#000000"); this.prizeAlertLayer.addChild(bg); this.prizeAlertLayer.addChild(...

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

445. 屏幕适配-缩放-Extract Fit [ 93%]

...Color = "#232628"; this.createCantralRect(); } createCantralRect() { const Sprite = Laya.Sprite; this.rect = new Sprite(); this.rect.graphics.drawRect(-100, -100, 200, 200, "gray"); Laya.stage.addChild(this.rect); this.updateRectPos(); } updateRectPos() { this.rect.x = Laya.stage.width / 2; this.rec...

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

446. 屏幕适配-缩放-Show All [ 93%]

...Color = "#232628"; this.createCantralRect(); } createCantralRect() { const Sprite = Laya.Sprite; this.rect = new Sprite(); this.rect.graphics.drawRect(-100, -100, 200, 200, "gray"); Laya.stage.addChild(this.rect); this.updateRectPos(); } updateRectPos() { this.rect.x = Laya.stage.width / 2; this.rec...

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

447. 如何获取sprite的里面的内容对象? [ 93%]

如何获取sprite的里面的内容对象? 在sprite中绘制了两张图片,sprite触发点击事件后移出其中一张,所以要获取两张绘制的图片对象,然后做处理移出一个 2017-08-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

448. sprite旋转以后,但是原来碰撞检测rect没有旋转 [ 93%]

sprite旋转以后,但是原来碰撞检测rect没有旋转 sprite旋转以后,但是原来碰撞检测rect没有旋转 2017-09-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 ymsdandan 赞同来自: Rect...

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

449. 能不能对一个用代码创建的Sprite使用动效模版? [ 93%]

能不能对一个用代码创建的Sprite使用动效模版? 2018-04-27 添加评论 已悬赏1元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 yung 赞同来自: 实际上可以这样 在IDE里面做一个动画,其中有一个...

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

450. LayaBox2D 2.20 给sprite添加rigidbody组件后会有颜色 [ 93%]

LayaBox2D 2.20 给sprite添加rigidbody组件后会有颜色 我自己随便写的接金币的小游戏,使用layaair2.2.0版本新建的空文件。给sprite节点添加rigidbody组件,出现如图所示的问题 附件 : --> 2020-02-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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