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

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

451. 为什么加载进度回调只调用了一次。下面有代码,求解答 [ 71%]

...aya.Loader.ATLAS}].concat(loadArr),     // 加载完成回调     Laya.Handler.create(null,function(){         var logintest = new loginTestView().init();         Laya.stage.addChild(logintest);     }),     // 加载进度回调 {???为什么只调用了一次 || 进度不是...

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

452. 在Laya2上 getGraphicBounds获取失败 [ 71%]

...败 =10.5pt看4张图就知道了,图片是有加载显示成功,但是在handler里面返回的参数为undefined,getGraphicBounds内容始终为0   附件 : --> 2018-11-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 ...

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

453. Dialog和View用destroy和Laya.stage.removeChild有什么区别? [ 70%]

...区别是什么? [分享]Dialog 点击边缘不关闭的 Demo示例 Laya.Handler.create和new Laya.Handler有啥区别 Dialog设置为模式窗口时关闭有问题 layaair与layabox的区别 LayaAirIDE2.0 TS 创建视图VIew编辑导出之后,src/ui/layaMaxUI.ts 并没有变化…… atlas目...

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

454. Webgl和WebglCanvas区别? [ 70%]

....0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? Laya.Handler.create和new Laya.Handler有啥区别 VBOX HBOX 的文档太少了,都不知道这两个怎么用?到底和box有什么区别?不是普通的容器吗?增加了什么功能呢? 问一下使用AnimationPlayer...

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

455. Laya 中用什么事件可以检测声音是否播放结束? [ 70%]

...trace("播放音乐"); SoundManager.playMusic("res/sounds/bgm.mp3", 1, new Handler(this, onComplete)); } private function onPlaySound(e:Event=null):void { trace("播放音效"); SoundManager.playSound("res/sounds/btn.mp3", 1, new Handler(this, onComplete)); }播放声音或音效的第3个参数就...

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

456. Laya.Sprite 和 laya.display.Sprite 是一样的吗? [ 70%]

...ort Loader = laya.net.Loader import Texture = laya.resource.Texture import Handler = laya.utils.Handler import Browser = laya.utils.Browser import TiledMap = laya.map.TiledMap import Rectangle = laya.maths.Rectangle import Stat = laya.utils.Stat import TextFiled = laya.display.Text import LocalStora...

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

457. Clip属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 70%]

...ar Button = Laya.Button; var Clip = Laya.Clip; var Image = Laya.Image; var Handler = Laya.Handler; var WebGL = Laya.WebGL; var buttonSkin = "res/ui/button-7.png"; var clipSkin = "res/ui/num0-9.png"; var bgSkin = "res/ui/coutDown.png"; var counter, currFrame, controller; (function() { // 不支持Web...

来源: Laya2.0_文档 发布时间: 20210715

458. protobuffer加载失败 [ 70%]

...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/ProtobufLoadTest/bin/res/protobuf/user.proto 但是...

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

459. 预加载音频文件遇到的问题 [ 70%]

...//加载声音资源 Laya.loader.load("res/sound/bloodstream_bg.mp3", Laya.Handler.create(this, onLoadedSound), null, Laya.Loader.SOUND); // })(); function onLoadedSound(){ Laya.SoundManager.playMusic("res/sound/bloodstream_bg.mp3", 0, Laya.Handler.create(this, onComplete)); } function onComplete(){...

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

460. swf在layaairts里播放的问题,播放不了,swf在群文件star.swf [ 70%]

...入口 module laya {     import Loader = Laya.Loader;     import Handler = Laya.Handler;     export class Loader_MultipleType {         private ROBOT_DATA_PATH: string = "res/swf/star.swf"; private ROBOT_DATA_PATHS: string = "res/swf/star.json";         private ROBOT_TEXT...

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