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

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

331. 请问UI之间的场景切换要怎么写 [ 66%]

...ya.stage.scaleMode = "showall"; Laya.stage.screenMode = "horizontal"; Laya.loader.load("res/atlas/sanguo.json",Laya.Handler.create(this,onLoaded),null,Laya.Loader.ATLAS); function onLoaded(){ Laya.sg_sign = new sg_sign(); Laya.stage.addChild(Laya.sg_sign); } function onWxSign1(){ Laya.sg_sign.remove...

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

332. HTMLIframeElement加载html网页的问题 [ 66%]

... import Label = laya.ui.Label; import Handler = laya.utils.Handler; import Loader = laya.net.Loader; import HTMLIframeElement = Laya.HTMLIframeElement; class TestUI extends ui.htmlUI { constructor() { super(); var iHtml: HTMLIframeElement = new HTMLIframeElement(); Laya.stage.addChild(iHtml); iHtml....

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

333. 微信小游戏wxmin图片加载有点问题 [ 66%]

...f3af-4426-bc07-848524d9beb6/timg.jpg') // console.log(123120, ape) // Laya.loader.load('res/mao.jpg', Laya.Handler.create(this, function (){ // var t = Laya.loader.getRes('res/mao.jpg') // console.log(t) // var a = new Laya.Sprite() // a.graphics.drawTexture(t, 0,0) // a.scaleX = 0.3 // a.scaleY = 0...

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

334. 如何调用原生ComboBox? [ 66%]

...库完全不能用是吗? 请问在objectC中如何调用js 使用Laya.loader.load缓存下来的文件还在res目录下吗?在编辑模式下怎么调用缓存下来的文件? 加载UI页面之后,怎么调用UI页面的图片,给图片加点击事件 ts如何通过文件集加载的方...

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

335. 动画不显示 [ 66%]

...aya.utils.Timer;     import laya.display.Sprite;     import laya.net.Loader;     import laya.ui.TextArea;     import laya.resource.Texture;     import laya.maths.Point;     import laya.utils.Tween;     import laya.d3.resource.models.PrimitiveMesh;     import laya.debug.DebugP...

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

336. 批量预加载如果是图片或者声音类型,不会触发加载错误事件 [ 66%]

...如果是图片或者声音类型,不会触发加载错误事件 用Laya.loader批量加载图片或者声音并指定加载类型时,如果加载错误,并不会触发错误事件。   Laya.loader.on(Laya.Event.ERROR, this, function(){ console.log("err"); }); Laya.loader.load([{url:"res/gene...

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

337. 移动端Laya.VideoTexture播放视频纹理会出现卡顿情况~如何解决? [ 66%]

...于资源加载的文档 https://layaair.layabox.com/3.x/doc/basics/common/Loader/readme.html 这里预加载后经过测试在移动端的Chrome浏览器播放视频纹理基本稳定。 2023-08-07 0 1 分享 微博 QZONE 微信 追命 赞同来自: 您给的地址进行预加载,没有视频案...

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

338. image.drawToCanvas方法获取的一直是空的png [ 66%]

...tage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load("res/logo.png",Handler.create(this,onLoaded)); } private function onLoaded():void { img=new Image(); img.skin="res/logo.png"; Laya.stage.addChild(img); Laya.timer.once(500,this,onClick); //Laya.stage.on(Event.CLIC...

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

339. 微信小游戏与加载图片时不会触发erroe事件 [ 65%]

微信小游戏与加载图片时不会触发erroe事件 Laya.loader.on(Laya.Event.ERROR, this, function(){ console.log("err"); }); Laya.loader.load([{url:"res/general/test.png",type:laya.net.Loader.IMAGE}]); 2018-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

340. 资源路径问题 [ 65%]

...种文件放不同的图片。。发现加载图片时加载不了。 Laya.loader.load(["res/atlas/img/hall.json"],Laya.Handler.create(this, onLoaded),null,Laya.Loader.ATLAS);无法加载。。。怎么回事 2017-04-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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