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

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

241. 用LayaAirIDE创建AS3项目并详解目录结构(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 40%]

...Builder项目”来导入LayaAirIDE创建的AS3项目。 #### `语言版本config.json` 图9中的`asconfig.json`存放着IDE的编译配置信息,勿删。 ### 3.7 发布目录 发布目录默认是不存在的,需要点击发布按钮,发布项目后才会生成对应的版本目录,如图...

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

242. 自己写了个label继承官方的label,出现了问题,求指导~ [ 40%]

...ightMargin:Object = null, indent:Object = null, leading:Object = null) { //Config.fontName, 18, LIST_LABEL_COLOR, //false, false, false, //null, null, TextFormatAlign.LEFT, //0, 0, 0, 0 _font = font; _fontSize = size; _color = color; _bold = bold; _italic = italic; _underline = underline; // _url = ...

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

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

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

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

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

...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

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

...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

246. dcc下载超时 [ 35%]

...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

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

...代码 例如 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

248. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 34%]

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

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

249. laya.utils.PerfHUD [ 34%]

...nction):void 清理定时器。功能同Laya.timer.clearTimer()。 Node  config(w:int, h:int):voidPerfHUD contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node  customRender(ctx:Context, x:Number, y:Number):void[override] PerfHUD destroy(destroyChild:Boolean ...

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

250. laya.display.FrameAnimation [ 33%]

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

来源: laya_api 发布时间: 20170929