大约有 1,858 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0125 秒)
Laya_社区(1629) Laya3.0_api(94) Laya2.0_文档(61) Laya3.0_文档(26) Laya2.0_api(22) laya_api(20) Laya_示例(3) Laya2.0_示例(3)
...| Index | Frames No Frames ParticleRenderProperties | Methods Packagelaya.d3.coreClasspublic class ParticleRenderInheritanceParticleRender BaseRender EventDispatcher Object ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By boundingBox :...
来源: laya_api 发布时间: 20170603
...Muted) return null; } var tSound:Sound; if (!Browser.onMiniGame) { tSound= Laya.loader.getRes(url); } if (!soundClass) soundClass = _soundClass; if (!tSound) { tSound = new soundClass(); tSound.load(url); if (!Browser.onMiniGame) { Loader.cacheRes(url, tSound); } } var channel:SoundChannel; channel ...
来源: Laya_社区 发布时间: 20190115
... | Index | Frames No Frames GlitterRenderProperties | Methods Packagelaya.d3.coreClasspublic class GlitterRenderInheritanceGlitterRender BaseRender EventDispatcher Object ... Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By boundingBox : ...
来源: laya_api 发布时间: 20170929
[LayaAir3]LayaAir 3.3.0-beta.4目前出现的小概率问题反馈 1,如下销毁界面,会出现销毁不掉的情况出现,无法复现.原因是 底层url好像是资源ID和地址匹配不到导致 (无法复现,概率很小) Laya.Scene.destroy("Loading.ls") 2,如果出现md5版本管理后...
来源: Laya_社区 发布时间: 20250725
# Tree 组件参考 ## 一、通过LayaAirIDE创建Tree组件 Tree 组件用来显示树状结构。用户可以查看排列为可扩展树的层次结构数据。 Tree 组件的脚本接口请参考 [Tree API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=...
来源: Laya2.0_文档 发布时间: 20210715
...: 请大佬们帮忙解惑 -_-! 2020-01-20 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 运行demo未发现抖动 2020-02-03 0 1 分享 微博 QZONE 微信 NilZ 赞同来自: 你提供的demo并没有出现抖动的情况,我该如何复现你所描述的问题? 2020-03-23 0 3 分享 ...
来源: Laya_社区 发布时间: 20200120
# 绘制直线与折线 ### 一、绘制直线 在API中搜索laya.display.Graphics类可以查看到该API的各种矢量绘图方法。其中drawLine();用于绘制矢量直线。该方法的详细说明如下图所示:  (图1) 下面我们用LayaAir引擎...
来源: Laya2.0_文档 发布时间: 20210715
...进制包就无任何事件响应,大神们有啥见解没?客户端按laya官方示例写的 2017-08-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: Zzz18815519 你服务端封装...
来源: Laya_社区 发布时间: 20170822
LayaAir IDE LayaAir引擎 分享Laya2.0如何打包vivo小游戏 实在找不到关于这方面的资料,只能自己动手去尝试和躺坑了,还好最后还是成功了,完美运行起来了,现在就把步骤分享出来。 附件 : --> Laya2.0打包vivo_.pdf 2019-04-28 添加评论...
来源: Laya_社区 发布时间: 20190428
...面也会在编译完成之后自动刷新 https://github.com/mullezki/laya-template 使用方法很简单,安装node.js之后,命令行切换到工程目录 1.npm install 2.gulp debug 欢迎大家使用,提意见~ 2016.05.05 更新: 直接clone模板的方式,毕竟还是不...
来源: Laya_社区 发布时间: 20160503