大约有 471 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0043 秒)
Laya_社区(390) Laya2.0_文档(31) Laya_示例(20) Laya2.0_api(12) Laya3.0_文档(6) laya_api(5) Laya2.0_示例(4) Laya3.0_api(3)
...ite; import laya.display.Stage; import laya.utils.Handler; import laya.net.Loader; import laya.events.Event; public class LayaUISample { protected var text:Text; protected var aaa:AAA; public function LayaUISample() { Laya.init(1540, 990); Laya.Stat.show(); Laya.loader.load("res/atlas/war.json", Lay...
来源: Laya_社区 发布时间: 20161026
...我加载一个服务器上的图片,如果退出微信 重新再打开load这个服务器地址图片 是从本地缓存中加载还是从新从服务器下载 微信里面我加载一个服务器上的图片,如果退出微信 重新再打开load这个服务器地址图片 是从本地缓存...
来源: Laya_社区 发布时间: 20190512
image在相应loaded的时候,无法正确获取高度 class RoleUIDynamic extends Laya.Image { matterBody: Matter.Body; constructor() { super(); this.on('start', this, this.init); } private init():void { console.log("init", this.x, this.y, this.width, this.height, this.scaleX, this.scaleY); var ...
来源: Laya_社区 发布时间: 20180530
...n = new Laya.Animation(); this.ui.addChild(this.animation); this.animation.loadImages(images); this.animation.interval = 70; this.animation.play(0); return this.animation } 我不知道你是怎么做的。这样是没问题的 2019-03-25 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个...
来源: Laya_社区 发布时间: 20190325
...复 Laya_Aaron 赞同来自: Alex Huang package { import laya.net.Loader; import laya.net.ResourceVersion; import laya.utils.Handler; import laya.webgl.WebGL; import laya.utils.Mouse; import laya.ui.Button; import laya.display.Sprite; i...
来源: Laya_社区 发布时间: 20180725
scene场景open或者load失败以后没有回调通知,代码中无法知道是成功还是失败了, 如果是线上玩家那不是直接就卡在那里不动了 2019-07-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20190710
...第一次为什么会卡顿,已经预加载了资源,也是用Sprite3D.load()进行加载的,但是还是一样,第一次就是卡顿,后面的进行加载就没有事 2018-08-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20180802
...资源地址使用中括号 )加载 .proto 文件失败: Laya.loader.load(["res/protobuf/user.proto"], Handler.create(this, onAssetsLoaded)); 错误提示如下: [warn]Retry to load: E:/LayaBox/ProtobufLoadTest/bin/res/protobuf/user.proto [error]Failed to load: E:/LayaBox/ProtobufLoadTe...
来源: Laya_社区 发布时间: 20161223
...怎么让美术改图 代码:var handani = new Laya.Animation() handani.loadImages(["fresh/hand1.png","fresh/hand2.png"],"handani") handani.frames = ["fresh/hand1.png","fresh/hand2.png"] handani.interval = 150 handani.zOrder = 10000 handani.pos(point.x+50,point.y+30) MainUI.Root.addChild(handani) ...
来源: Laya_社区 发布时间: 20171117
...keleton); skeleton.pos(600,350); //通过加载直接创建动画 skeleton.load("anims/lhd/anim_lhd.sk"); skeleton.on(Laya.Event.CLICK,this,this.onEnterRoomLHD) 2019-06-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个...
来源: Laya_社区 发布时间: 20190609