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

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

161. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 33%]

...EN;         this.text.color = "#FFFFFF";         this.text.font = "Impact";         this.text.fontSize = 20;         this.text.borderColor = "#FFFF00";         this.text.x = Laya.stage.width / 2;         Laya.stage.addChild(this.text); } } //激活启...

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

162. HTTP通信 · LayaAir3.4 · 引擎文档 · LAYABOX [ 30%]

...调试信息,了解如何使用"; this.text.color = "#FFFFFF"; this.text.font = "Impact"; this.text.fontSize = 25; this.text.width = 800; this.text.anchorX = 0.5; this.text.align = "center"; this.text.y = 20; this.text.centerX = 0; this.owner.addChild(this.text); } /** * 发起HTTP连接请求 */ ...

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

163. 缓动动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 28%]

...er:Text = new Text(); letter.text = char; letter.color = "#FFFFFF"; letter.font = "Impact"; letter.fontSize = 180; Laya.stage.addChild(letter); return letter; } } } ``` 代码运行时,由于update回调是每一帧都在执行,所以在缓动的过程中,有一种闪光字的效果。如动...

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

164. 打包安卓Android studio黑屏 [ 20%]

...use/stop state to pg, counter: 20 I/LayaBox: found the file in the package:font/layabox.ttf I/LayaBox:  require(/sdcard/layabox/scripts/config.js)     found the file in the package:scripts/config.js I/LayaBox: JSRuntime::callMethod {} I/chatty: uid=10205(com.layabox.test) Thread-11 identical 1 li...

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