大约有 1,508 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0070 秒)
...叫地主逻辑 4. 拆分牌型 5. 玩家类,牌类等 附件 : --> Laya单机斗地主(基本逻辑).rar 2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 wudi199553 赞同来自: q53511224 多...
来源: Laya_社区 发布时间: 20171129
...DE 错误提示解决方案 1、 这个是由于杀毒软件错误查杀了layaAir IDE引擎文件导致的,需要开发者手动找回误删文件:resources\app\extensions\typescript\node_modules\typescript\lib\tsserver.js这个文件。。。或者关掉杀毒软件,重新解压一份IDE压...
来源: Laya_社区 发布时间: 20170518
...proto交互,因为后台C#只能用proto3(proto2不在维护了),然而LayaBox好像没有支持proto3,求问有什么更好的解决办法? 解析一下这个看可以吗? 2017-04-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20170404
分享:LayaAir下如何获取图集下的小图资源? 2016-07-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Sunny_zhao 赞同来自: cuixueying get.....打包出来没有prefix../// 德玛西亚。。...
来源: Laya_社区 发布时间: 20160707
...c模拟器播放OK在手机端不显示 loaded : function(){ this.loader = Laya.loader; this.loader.retryNum = 0;//无加载重试 this.urls = ['imgdebris/imgdebris.atlas','imgdebris/p1_slj.png',]; // this.loader.load(this.urls[0], Laya.Handler.create(this, this.onAssetloaded)); this.loader.load(thi...
来源: Laya_社区 发布时间: 20190117
Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/RenderableSprite3D" RenderableSprite3D Class RenderableSprite3D RenderableSprite3D 类用于可渲染3D精灵的父类,...
来源: Laya3.0_api 发布时间: 20231115
...新建一个d.ts,写入画圆角矩形的函数声明 declare namespace laya.display { interface Graphics { /** * 绘制圆角矩形。 * @param x 开始绘制的 X 轴位置。 * @param y 开始绘制的 Y 轴位...
来源: Laya_社区 发布时间: 20210123
...好最近做到这一块,就分享给大家。 //首先是加载资源 Laya.loader.load(atlas, Handler.create(this, this.onLoaded), Handler.create(this, this.onLoading, null, false)); /** * 加载资源进度 * @param percent 百分比 */ private onLoading(percent: number): void { this.v...
来源: Laya_社区 发布时间: 20190629
...折叠 要回复问题请先登录 发起人 kezhiyu 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) laya针对页游耗用内存大的问题是如何解决的? 解决跨域相关! 请问有没有方法能够获取“鼠标是否处于按下状态”? liblayaair...
来源: Laya_社区 发布时间: 20191227
...screen.height + 'px'; style.width = Math.floor(screen.height / Laya.stage.height * Laya.stage.width) + 'px'; document.body.appendChild(this.nativeImg) } onEnable() { Laya.timer.once(1000, this, this.delayShowImg); } delayShowImg() { ...
来源: Laya_社区 发布时间: 20230323