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

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

341. laya.display.EffectAnimation [ 33%]

... : int 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInterval可以修改默认帧间隔时间。 要想为某动画设置独立的帧间隔时间,可以使用set interval,注意:如果动画正在播放,设置后会...

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

342. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 33%]

...2 5371-5426/com.ReleaseTest.Four W/chromium: [WARNING:data_reduction_proxy_config.cc(318)] SPDY proxy OFF at startup 06-20 19:10:18.494 5371-5371/com.ReleaseTest.Four E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 06-20 19:10:18.528 5371-5371/com.ReleaseTest.Four W/...

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

343. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 32%]

...加prevTasks let prevTasks = ""; if (global.publish) { prevTasks = ["loadConfig"]; } gulp.task("compile", prevTasks, function () { // 发布时调用编译功能,判断是否点击了编译选项 if (global.publish) { workSpaceDir = global.workSpaceDir; // 发布时调用编译,workSpaceDir使...

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

344. 插件开发说明 · LayaAir3.4 · 引擎文档 · LAYABOX [ 32%]

....createSettings("MyTestSettings", { location: "project", contributeToPlayerConfig: true}); 运行时可以这样访问: console.log(Laya.PlayerConfig["MyTestSettings"]); 十二、扩展编辑器配置界面 如果我们通过上一节创建了一些自定义的配置数据,可以将它展现在...

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

345. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 31%]

...he/localstorage/logo/logo.png I/LayaBox:  require(/sdcard/layabox/scripts/config.js) I/LayaBox: found the file in the package:scripts/config.js I/LayaBox:  xhr.GET url=http://stand.alone.version/index.html I/LayaBox: found the file in the package:cache/stand.alone.version/ea224b42 I/LayaBox:  &gt...

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

346. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 31%]

...13 7562-7605/com.dihong.testdcc I/LayaBox: require(/sdcard/layabox/scripts/config.js) 05-16 15:59:50.214 7562-7605/com.dihong.testdcc I/LayaBox: found the file in the package:scripts/config.js 05-16 15:59:50.215 7562-7605/com.dihong.testdcc I/LayaBox: JSRuntime::callMethod {} demo.JSBridge bgColor 0...

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

347. dcc下载超时 [ 30%]

...txt 07-04 20:55:28.249: I/LayaBox(7884):  require(/sdcard/layabox/scripts/config.js) 07-04 20:55:28.249: I/LayaBox(7884): found the file in the package:scripts/config.js 07-04 20:55:28.250: I/LayaBox(7884): JSRuntime::callMethod {} 07-04 20:55:28.251: I/LayaBox(7884): JSRuntime::callMethod {} 07-04...

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

348. 【简单跑酷--JS版】---Lv.5 玩家踩地板 [ 29%]

...代码 例如 laya.Display.Sprite 可以简写为Sprite 我们新建一个Config.js var Sprite = laya.display.Sprite; var Text = laya.display.Text; var Bitmap = laya.resource.Bitmap; var Texture = laya.resource.Texture; var Handler = laya.utils.Handler; var Loader = laya.net.Loader; var Animation = ...

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

349. 一篇了解LayaAir的屏幕适配,及有效抗锯齿(TypeScript-LayaAir基础篇(TS)-屏幕适配) [ 29%]

...在3D库中默认开启了,2D想开启的话可以在init()之前加入`Config.isAntialias =true;`。 开启抗锯齿后,边缘锯齿会变得平滑模糊,示意效果如图9-1所示。 ![图10-1](img/10-1.png) (图10-1) 模糊后的锯齿相对会平滑一些,在像素密度比较高的...

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

350. laya.display.AnimationBase_API3.0 [ 28%]

....ts:84 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInterval可以修改默认帧间隔时间。 要想为某动画设置独立的帧间隔时间,可以使用set interval,注意:如果动画正在播放,设置后会...

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