大约有 260 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0067 秒)
...Builder项目”来导入LayaAirIDE创建的AS3项目。 #### `语言版本config.json` 图9中的`asconfig.json`存放着IDE的编译配置信息,勿删。 ### 3.7 发布目录 发布目录默认是不存在的,需要点击发布按钮,发布项目后才会生成对应的版本目录,如图...
来源: Laya2.0_文档 发布时间: 20210715
...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
...加prevTasks let prevTasks = ""; if (global.publish) { prevTasks = ["loadConfig"]; } gulp.task("compile", prevTasks, function () { // 发布时调用编译功能,判断是否点击了编译选项 if (global.publish) { workSpaceDir = global.workSpaceDir; // 发布时调用编译,workSpaceDir使...
来源: Laya_社区 发布时间: 20200918
...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: >...
来源: Laya_社区 发布时间: 20171218
...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
...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
...代码 例如 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
....createSettings("MyTestSettings", { location: "project", contributeToPlayerConfig: true}); 运行时可以这样访问: console.log(Laya.PlayerConfig["MyTestSettings"]); 十二、扩展编辑器配置界面 如果我们通过上一节创建了一些自定义的配置数据,可以将它展现在...
来源: Laya3.0_文档 发布时间: 20251010
...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
... : int 动画播放的帧间隔时间(单位:毫秒)。默认值依赖于Config.animationInterval=50,通过Config.animationInterval可以修改默认帧间隔时间。 要想为某动画设置独立的帧间隔时间,可以使用set interval,注意:如果动画正在播放,设置后会...
来源: laya_api 发布时间: 20170929