大约有 13,560 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0182 秒)
Laya_社区(13189) Laya2.0_文档(207) Laya2.0_api(64) laya_api(53) Laya3.0_文档(26) Laya3.0_api(10) Laya_示例(6) Laya2.0_示例(5)
...找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 这个方面,最好是用小游戏官方API 2018-01-23 0 0 分享 微博 QZONE 微信 nick17189 赞同来自: 好的 感谢你 2018-01-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20180123
...如下: var resources = [ { url: "res/atlas/images/guide.atlas", type: Laya.Loader.ATLAS }, { url: "config/data.txt", type: Laya.Loader.BUFFER }]; Laya.loader.load(resources, Handler.create(this, this.onComplete), Handler.create(this, this.onProcess), null, 1, false); } onComplete(e,a,b) { console...
来源: Laya_社区 发布时间: 20180816
...new Sprite(); //加载显示图片,坐标位于100,50 img.loadImage("res/layabox.png"); img.x=(Laya.stage.width-256)/2; //添加到舞台 Laya.stage.addChild(img); var img2:Sprite = new Sprite(); //加载显示图片,坐标位于100,50 img2.loadImage("res/layabox.png"); img2.x=(Laya.stage.width-...
来源: Laya_社区 发布时间: 20200217
鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 想实现鼠标样式自定义,但是使用官方提供的Mouse API编译都会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误,但是代...
来源: Laya_社区 发布时间: 20200530
...找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Laya_XS 赞同来自: List组件默认有个selectEnable 你设置成true就可以滑动了,麻烦多看下组件的api,看api可以帮你解决很多问题 2018-09-02 0 3 分享 微博 QZONE 微信 五月 赞同来自: li...
来源: Laya_社区 发布时间: 20180901
...图片全在atlas里// 程序入口 class GameMain{ private m_skeleton : Laya.Skeleton; private m_templet : Laya.Templet; constructor() { Laya.init(1334,750,Laya.WebGL); this.m_templet = new Laya.Templet(); this.m_templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.m_templet.on(Laya.Even...
来源: Laya_社区 发布时间: 20180126
...被折叠 要回复问题请先登录 发起人 AREX 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 请问laya有没有地图编辑器工具? 分享:自定义事件派发与侦听(A页面派发 B页面侦听) 分享:适配LayaAir版本的PureMVC框架 分...
来源: Laya_社区 发布时间: 20170323
...么打包APK之后在手机上就连接不上socket 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 如何通过命令行工具构建和发布项目 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 layaAir TS项目如何引用protoBuf库...
来源: Laya_社区 发布时间: 20201203
...找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_A 赞同来自: 2.12.0以后,确实不能再单独选中脚本了,这是IDE设计如此,之前是可以进行选中、拖拽,但是基于用户体验,在之后的版本就禁用了此操作,现在只能通过...
来源: Laya_社区 发布时间: 20211223
App切换回来后会导致游戏重新启动加载。 发现LayaNativeApp切到后台后不久,重新切回来后,界面又重新刷新加载了。有办法不让他重新加载吗?或者可以设置一个多长时间在后台切回来后才需要重新加载? 2018-01-18 添加评论 免...
来源: Laya_社区 发布时间: 20180118