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

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

111. 飞机大战源码发微信小游戏提示VM122:1 gameThirdScriptError [ 55%]

...62307/game/__ ... :13675) at http://127.0.0.1:62307/game/gamePage.html:122:80 2018-05-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 一点一滴 赞同来自: 你运行的环境应该没有引入微信的adpte...

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

112. laya.events.Keyboard [ 55%]

...] 与 O 键的键控代码值 (79) 关联的常数。Keyboard  P : int = 80[static] 与 P 键的键控代码值 (80) 关联的常数。Keyboard  PAGE_DOWN : int = 34[static] 与 Page Down 的键控代码值 (34) 关联的常数。Keyboard  PAGE_UP : int = 33[static] 与 Page Up 的键控代码...

来源: laya_api 发布时间: 20170929

113. laya.events.Keyboard [ 55%]

...] 与 O 键的键控代码值 (79) 关联的常数。Keyboard  P : int = 80[static] 与 P 键的键控代码值 (80) 关联的常数。Keyboard  PAGE_DOWN : int = 34[static] 与 Page Down 的键控代码值 (34) 关联的常数。Keyboard  PAGE_UP : int = 33[static] 与 Page Up 的键控代码...

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

114. npm install layacmd -g之错 [ 55%]

...v3.10.10 npm ERR! code E500 npm ERR! getaddrinfo ENOTFOUND layacmd layacmd:80 : ,layacmd npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm ERR! Please include the following file with any support request: npm ERR! c:\Users\qykings...

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

115. 从网络上下载的BMP图片二进制数据后,如何赋值给 laya.ui.Image [ 55%]

...yHttpGet = function()      {         var url = "http://192.168.8.35:80/singer/1.bmp";         var req = new laya.net.HttpRequest();         req.on(laya.events.Event.COMPLETE, this, cb_onSuccess);         req.on(laya.events.Event.ERROR, this, cb_onFail);         req.send(url); ...

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

116. [LayaAir3]怎么在项目级设置锚点anchor为0.5,0.5?从其他引擎转过来的,默认0,0用着不习惯 [ 54%]

...3.x/doc/IDE/layapackage/plug-in/readme.html#%E4%BA%8C%E5%8D%81%E4%BA%8C%E3%80%81%E5%9C%BA%E6%99%AF%E9%92%A9%E5%AD%90 2025-08-20 1 1 分享 微博 QZONE 微信 LayaAir小牛 赞同来自: 您好,目前只能通过修改引擎源码来实现 2025-08-20 0 2 分享 微博 QZONE 微信 为什么被折...

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

117. Native spine动画ios上异常,缺胳膊少腿 [ 54%]

...输出:get output frames failed。    2018-12-13 15:11:23.582908+0800 wok_h5_app[5338:3468606] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C5.1:2][0x10264fc80] get output frames failed, state 8196 2018-12-13 15:11:23.583351+0800 wok_h5_app[5338:3468606] TIC Read...

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

118. laya.maths.Point_API3.0 [ 54%]

...间的距离。 normalize normalize(): void Defined in laya/maths/Point.ts:80 标准化向量。 Returns void recover recover(): void Defined in laya/maths/Point.ts:58 回收到对象池,方便复用 Returns void reset reset(): Point Defined in laya/maths/Point.ts:50 重置 Returns Point setTo set...

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

119. Tween.to 执行失败 [ 53%]

...灵没有动,精灵的坐标会变成NaN 输出如下: 0 0 once done 80 135 NaN NaN NaN NaN once done 2018-03-31 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 mtjss2 赞同来自: 原来是没有加duration...

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

120. 物理系统之约束(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 53%]

...`` - 设置约束计算迭代的次数,次数越高,越精确(默认为80) ``` setOverrideNumSolverIterations(overideNumIterations) ``` - 通过刚体对象可以获取到刚体对象作为一个约束的connectedBody时的ownBody ``` rigid.constaintRigidbodyA; ``` - 通过刚体对象可以获...

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