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

大约有 2,173 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0111 秒)

1931. [LayaAirIDE3]3.3.1 UI点击区域异常,mouseThrough属性失效 [ 43%]

...mponent display object nodes (container objects or display objects without image resources), specifies whether the mouse events penetrate this object's collision detection. `true` means the object is penetrable, `false` means it is not penetrable. * When penetrable, the engine will no longer detect ...

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

1932. LayaFlash getQualifiedClassName和组件定义问题 [ 43%]

... graphics alpha 问题 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 横屏模式在锁定竖屏的iphone上不能正常显示的问题 IDE创建的UI 层级问题 问题状态 最新活动: 2016-04-08 09:46 浏览: 2252 关注: 2 人 cuixueying • 2016-04-08 17:46...

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

1933. laya 的list组件,如果有多页信息,怎么实现翻页丫?? [ 43%]

...ex: number): void { let img_rule = cell.getChildByName("img_rule") as Laya.Image; img_rule.skin = cell.dataSource let text_info = cell.getChildByName("text_des") as Laya.Text; let i18n = Laya.loader.getRes("config/i18n.json"); text_info.text = i18n[`tips_text$text_i18n$${1101 + index}`][ConfigInfo.l...

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

1934. layaAir1.3.0版本swf组件的使用 [ 42%]

...:在显示swf所在页面时,需要提前预加载下swf生成的图集image.json文件 步骤五:运行     2016-09-12 0 0 分享 微博 QZONE 微信 mega 赞同来自: 这个是直接在IDE里拖放生成MovieClip的,怎么用代码创建?貌似MovieClip.load()和Animation.loadAtlas()...

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

1935. laya.ui.ProgressBar_API3.0 [ 42%]

..._width globalToLocal hasHideFlag hasListener hitTestPoint isAncestorOf loadImage localToGlobal off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once parentRepaint pivot pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint ...

来源: Laya3.0_api 发布时间: 20231115

1936. 2D精灵光 · LayaAir3.4 · 引擎文档 · LAYABOX [ 42%]

... // 加载资源 Laya.loader.load("resources/spritelight.png", Laya.Loader.IMAGE).then(() => { this.setSpriteLight(); this.setDirectLight(); this.setBackground(); }); } // 配置精灵灯光 setSpriteLight(): void { this.spriteLight.pos(100,350); let spritelightComponent = this.spriteLight.getCom...

来源: Laya3.0_文档 发布时间: 20251010

1937. [LayaAir3]把 RT 当做 UI 渲染,效果异常 [ 42%]

...抛异常,不知所措 两个问题 有元件支援视频流渲染吗? Image元件读不了资料流 我用list.array=Array;数据全部插进去数组里了,但是list中没有完全展示数组数据,只展示了其中的图片部分,数组能console出,那个list中的数据也存在...

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

1938. 2.3.0beta 各种bug [ 42%]

...     }                          var imgdt = rect ? (ctx.getImageData(rect[0], rect[1], dt_w, dt_h)) : (ctx.getImageData(0, 0,dt_w, dt_h));   vivo下 getStyle 有时候莫名为空 13518行 getStyle() {             this._style === SpriteStyle.EMPTY && (this._style = Spri...

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

1939. 请问ts版本下的Combobox组件,下拉框层级问题,是不打算改了吗? [ 42%]

...发现list无法点击了 romeo211 • 2017-04-25 22:47 let img = new Laya.Image('comp/bg.png'); let cbx = new Laya.ComboBox('comp/combobox.png', 'label1,label2'); cbx.selectedIndex = 0; let dialog = new Laya.Dialog(); dialog.addChild(img); dialog.addChild(cbx); dialog.popup(); romeo211 • 2017-04-...

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

1940. 引擎中的修改意见 [ 42%]

...Path + url.substring(1); } else if (char1 === "d") { if (url.indexOf("data:image") === 0) return url; } else if (char1 === "/") { return url; } return (base || basePath) + url; }5、MiniFileMgr中downFile只对200返回码做处理,实际会出现304 500 或者其他的错误码,并不会进入f...

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