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

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

641. UI-RefreshList [ 44%]

... = 130; this.flag.height = 80; this.flag.mouseEnabled = true; this.flag.mouseThrough = false; this.flagText = new Text(); this.flag.addChild(this.flagText); this.flagText.text = "标记未读"; this.flagText.font = "Microsoft YaHei"; this.flagText.fontSize = 25; this.flagText.color = "#ffffff"; this...

来源: Laya2.0_示例 发布时间: 20251209

642. 官方文档里的位图字体的制作与使用JS 跑不通 以及 文档的几个问题 [ 43%]

...了。 这是官方的方式吗?   3.我的报错  TypeError: Cannot set property 'mFontName' of undefined   at Object.2 (file:///D:/Git/Laya/myLayaJS/bin/js/bundle.js:279:21)   at o (file:///D:/Git/Laya/myLayaJS/bin/js/bundle.js:11:265)   at file:///D:/Git/Laya/myLayaJS/bin/js/bundle.js:11:3...

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

643. laya 2.0.1 下的 release-v2.0.2 layadcc热更新不了资源 [ 42%]

...件是有变动的,在对应xcode运行的日志为: HTMLScriptElement set srchttp://xxx.xxx.com/js/bundle.js _downloadAysn:temp.srchttp://xxx.xxx.com/js/bundle.js found the file in the package:xxxxx   到这里应当是要去下载更新的,却没有去下载更新   demo见附件   demo...

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

644. laya.ui.ScaleBox [ 42%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

来源: Laya2.0_api 发布时间: 20190513

645. laya.ui.Box [ 42%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

来源: Laya2.0_api 发布时间: 20190513

646. h5 游戏在ios15更新以后出现了显示显示问题 [ 42%]

...我们提供另一种解决方案。 2、新方案为在 Context 类的 set2DRenderConfig 方法中,添加以下两行(请看截图确认) gl.enable(gl.SCISSOR_TEST); gl.scissor(0, 0, RenderState2D.width, RenderState2D.height); 3、这个方案确认可行且比设置 isAntialias 性能要好后...

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

647. laya.ui.TextArea [ 41%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

来源: laya_api 发布时间: 20170929

648. 屏幕适配 · LayaAir3.3 · 引擎文档 · LAYABOX [ 41%]

...设计,横屏需反过来。 打开LayaAir3-IDE 的项目设置Project Settings面板,可以直接设置设计宽高,效果如图1-6所示。 (图1-6) 在引擎中,设计的宽高,位于Stage类中,可以通过Laya.stage.designWidth和Laya.stage.designHeight来设置。 示例代码...

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

649. 微信小游戏渲染开放域卡顿处理 [ 40%]

.../**          * 设置界面名称          */         public set viewName(value: string) {             this.$viewName = value;         }         /**          * 刷新开放域界面          * @param param 携带参数通知开放域          */        ...

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

650. 背景音乐来回切换报错 [ 39%]

...31/com.layabox.game E/MediaPlayer: Should have subtitle controller already set          --------- beginning of /dev/log/system 07-16 13:28:37.142 402-531/? I/ActivityManager: Process com.layabox.game (pid 1331) has died. 07-16 13:28:37.142 402-521/? W/NetworkManagementSocketTagger: setKernelCou...

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