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

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

1361. 鼠标交互-鼠标交互 [ 37%]

... appendText(value) { txt.text += value; txt.scrollY = txt.maxScrollY; } /**添加提示文本*/ function createLogger() { txt = new Text(); txt.overflow = Text.SCROLL; txt.text = "请把鼠标移矩形方块,左右键操作触发相应事件\n"; txt.size(Laya.stage.width, Laya.stage.height); t...

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

1362. LayaAir开发笔记(1)五十音图连连看 [ 36%]

... } //开始计时 Laya.timer.loop(1000, this, gameCounter); } } 2016-06-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找相关结果 已邀请: 与内容相关的链接 提交 3 个回复 cuixueying 赞同来自: 感谢,很棒!d=====( ̄▽ ̄*)b 2016-06-23 0 0 分享 微博...

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

1363. 鼠标交互-鼠标交互 [ 36%]

... appendText(value) { txt.text += value; txt.scrollY = txt.maxScrollY; } /**添加提示文本*/ createLogger() { const Text = Laya.Text; txt = new Text(); txt.overflow = Text.SCROLL; txt.text = "请把鼠标移矩形方块,左右键操作触发相应事件\n"; txt.size(Laya.stage.width, Laya.s...

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

1364. 混合模式-Lighter [ 36%]

...1; i = animation.frames.concat(); // 反转帧 clips = clips.reverse(); // 添加已有帧末尾 animation.frames = animation.frames.concat(clips); animation.play(); return animation; } private preFixNumber(num:number, strLen:number):string { return ("0000000000" + num).slice(-strLen); } private ...

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

1365. 混合模式-Lighter [ 36%]

...1; i = animation.frames.concat(); // 反转帧 clips = clips.reverse(); // 添加已有帧末尾 animation.frames = animation.frames.concat(clips); animation.play(); return animation; } private preFixNumber(num:number, strLen:number):string { return ("0000000000" + num).slice(-strLen); } private ...

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

1366. 使用3D精灵 · LayaAir3.0文档 · LAYABOX [ 34%]

...否为静态2.4 蒙版层2.5 变换三、子父级关系四、克隆五、添加组件六、添加脚本七、各种渲染精灵简介7.1 Mesh精灵7.2 SkinnedMesh精灵7.3 Particle3D 精灵7.4 PixelLine 精灵7.5 Trail 精灵使用3D精灵(Sprite3D) 一、概述 Sprite3D3D的基本节点对...

来源: Laya3.0_文档 发布时间: 20240624

1367. Unity资源导出插件 · LayaAir3.0文档 · LAYABOX [ 32%]

...ws) 4.3.2 反射探针的属性 Reflection Probe (图4-5) 当Unity中添加Reflection Probe(反射探针)组件后,在图4-5中的属性里,LayaAir导出支持情况如下: Unity的反射探针相关配置属性 LayaAir是否支持导出的说明 Type(类型) 部分支持(包...

来源: Laya3.0_文档 发布时间: 20231129

1368. Laya.URL.basePath加载不网络资源 [ 30%]

...ePage.html:1 VM1768:1 [warn]Retry to load: images/btn-start.png 2018-05-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 是不是用户访问权限问题? 2018-05-31 0 10 分享 微博...

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

1369. lib/arm/liblayaair.so 总是崩溃 [ 23%]

... I/HwSystemManager: HsmPackageManager:onConfigureChanged: zh_CN 2018-08-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找相关结果 已邀请: 与内容相关的链接 提交 1 个回复 乱起名字 赞同来自: 兄弟模拟器是不行的,用真机 2018-08-14 0 1 分享 ...

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

1370. UI-RefreshList [ 20%]

...r.create(this, function(){ this.initView(); })); } initView(){ // 加载并添加场景中需要使用的资源 this.baseBox = new Box(); this.baseBox.width = 443; this.baseBox.height = 622; this.baseBox.pos(30, 28); this.baseBox.bgColor = "#ffffff"; // 加载进度条 this.refreshLoading = new Box(...

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