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

大约有 3,271 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0091 秒)

1221. Animation 先clear当前的动画, 然后从浏览器缓存 加载下一个动画会闪一下,这个怎么解决? [ 65%]

...1 • 2018-05-08 10:29 没有其他办法! w1114367261 • 2018-05-08 10:30 你动作资源大的话只要需要时事播放肯定都要预加载好! 别抢小虎 • 2018-05-08 10:34 已加载完的资源,从浏览器缓存Load,不是无缝的吗? w1114367261 • 2018-05-08 10:42 你截...

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

1222. laya.utils.Stat_API3.0 [ 65%]

...t.ts:34 Static RenderNode RenderNode: object Defined in laya/utils/Stat.ts:30 color color: "white" = "white" Defined in laya/utils/Stat.ts:30 mode mode: "summit" = "summit" Defined in laya/utils/Stat.ts:30 title title: string = "RenderNode" Defined in laya/utils/Stat.ts:30 units units: "int" = "int"...

来源: Laya3.0_api 发布时间: 20231115

1223. UI-Clip [ 65%]

...wBg() { const Image = Laya.Image; let bg = new Image(bgSkin); bg.size(224, 302); bg.pos(Laya.stage.width - bg.width >> 1, Laya.stage.height - bg.height >> 1); Laya.stage.addChild(bg); } createTimerAnimation() { const Clip = Laya.Clip; this.counter = new Clip(clipSkin, 10, 1); Laya.stage.addChild(thi...

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

1224. mac 下翻译出来的顺序问题 [ 64%]

...关于shader中opengl函数问题 问题状态 最新活动: 2017-11-04 19:30 浏览: 1569 关注: 2 人 cllc55 • 2017-11-06 10:40 没有顺序问题的,只有一个js,另一个是动态加载的,现在就是这个第一个js报错, Monica • 2017-11-07 10:38 @cllc55:麻烦上传一个可...

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

1225. 屏幕适配-屏幕适配 [ 64%]

...适配模式(noscale)"; txt.bold = true; txt.pos(0, 200); txt.fontSize = 30; txt.on("click", this, onTxtClick); Laya.stage.addChild(txt); //实例一个小人,放到右上角,并相对布局 var boy1 = new Image(); boy1.skin = "../../res/cartoonCharacters/1.png"; boy1.top = 0; boy1.right = 0; bo...

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

1226. 动画-新版骨骼动画 [ 64%]

..., 40); changeActionButton.labelBold = true; changeActionButton.labelSize = 30; changeActionButton.sizeGrid = "4,4,4,4"; changeActionButton.scale(Laya.Browser.pixelRatio, Laya.Browser.pixelRatio); changeActionButton.pos(Laya.stage.width / 2 - changeActionButton.width * Laya.Browser.pixelRatio / 2, La...

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

1227. 求指点3d射线碰撞和UI点击穿透的问题 [ 64%]

...其回调的evt.target进行检测即可知道是UI还是3d模型 2018-01-30 1 1 分享 微博 QZONE 微信 qian 赞同来自: layaFlash跟原生flash有些地方存在差异:      mouseEnableTip:如果项目中有显示对象不可点击,可检测它的mouseEable 是否为false. 原生Flash...

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

1228. 分享一个虚拟摇杆,比较粗糙,没做优化 [ 64%]

...线--------------------------------------------------------------- 2017-10-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人 赞同来自: 厉害୧(๑•̀◡•́๑)૭多谢分享~~ 2017...

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

1229. 屏幕适配-屏幕适配 [ 64%]

...noscale)"; this.txt.bold = true; this.txt.pos(0, 200); this.txt.fontSize = 30; this.txt.on("click", this, this.onTxtClick); Laya.stage.addChild(this.txt); //实例一个小人,放到右上角,并相对布局 let boy1 = new Image(); boy1.skin = "res/cartoonCharacters/1.png"; boy1.top = 0; boy1.ri...

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

1230. [LayaAir3]【3.3.3】安卓与ios原生在声音播完后错误弹窗 [ 64%]

...掉吗?即使有报错也不弹这个窗。 得意须尽欢 • 2025-11-30 13:30 是的,但是只要出现了,再播那个音频时就还会报这个错误。 156*****088 • 2025-12-04 18:01 就是把它静默了,但是错误还在啊。 得意须尽欢 • 2025-12-04 20:15 @156*****088:对...

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