大约有 670 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0058 秒)
Laya3.0_api(269) Laya_社区(228) Laya2.0_api(93) laya_api(49) Laya2.0_文档(19) Laya3.0_文档(10) Laya2.0_示例(1) Laya_示例(1)
... = 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
...了。 这是官方的方式吗? 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
...件是有变动的,在对应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
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: Laya2.0_api 发布时间: 20190513
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: Laya2.0_api 发布时间: 20190513
...我们提供另一种解决方案。 2、新方案为在 Context 类的 set2DRenderConfig 方法中,添加以下两行(请看截图确认) gl.enable(gl.SCISSOR_TEST); gl.scissor(0, 0, RenderState2D.width, RenderState2D.height); 3、这个方案确认可行且比设置 isAntialias 性能要好后...
来源: Laya_社区 发布时间: 20210923
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: laya_api 发布时间: 20170929
...设计,横屏需反过来。 打开LayaAir3-IDE 的项目设置Project Settings面板,可以直接设置设计宽高,效果如图1-6所示。 (图1-6) 在引擎中,设计的宽高,位于Stage类中,可以通过Laya.stage.designWidth和Laya.stage.designHeight来设置。 示例代码...
来源: Laya3.0_文档 发布时间: 20251010
.../** * 设置界面名称 */ public set viewName(value: string) { this.$viewName = value; } /** * 刷新开放域界面 * @param param 携带参数通知开放域 */ ...
来源: Laya_社区 发布时间: 20181114
...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