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

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

321. 代码模式的快捷键设置(JavaScript-IDE篇(JS)-代码模式基础) [ 64%]

... Go to end of line | | `Ctrl+Home` | 转到文件开头 Go to beginning of file | | `Ctrl+End` | 转到文件末尾 Go to end of file | | `Ctrl+↑ / ↓` | 向上/向下滚动行 Scroll line up/down | | `Alt+PgUp / PgDown` | 向上/向下滚动页面 Scroll page up/down | | `Ctrl+Shift+[` | 折叠...

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

322. 代码模式的快捷键设置(TypeScript-IDE篇(TS)-代码模式基础) [ 64%]

... Go to end of line | | `Ctrl+Home` | 转到文件开头 Go to beginning of file | | `Ctrl+End` | 转到文件末尾 Go to end of file | | `Ctrl+↑ / ↓` | 向上/向下滚动行 Scroll line up/down | | `Alt+PgUp / PgDown` | 向上/向下滚动页面 Scroll page up/down | | `Ctrl+Shift+[` | 折叠...

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

323. 代码模式的快捷键设置(ActionScript-IDE篇(AS3)-代码模式基础) [ 64%]

... Go to end of line | | `Ctrl+Home` | 转到文件开头 Go to beginning of file | | `Ctrl+End` | 转到文件末尾 Go to end of file | | `Ctrl+↑ / ↓` | 向上/向下滚动行 Scroll line up/down | | `Alt+PgUp / PgDown` | 向上/向下滚动页面 Scroll page up/down | | `Ctrl+Shift+[` | 折叠...

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

324. 为什么自定义的button的在UI上没有显示skin [ 64%]

...;” 编译报: TypeError: Cannot read property 'Button' of undefined at file:///D:/LayaBox/TestPro/T24_CostomSBtn/bin/js/component/ScaleButton.js:11:27 TypeError: Cannot read property 'ScaleButton' of undefined at file:///D:/LayaBox/TestPro/T24_CostomSBtn/bin/js/LayaUISample.js:62:43 所以我就...

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

325. ide 2.4 layaair2-cmd 编译报错 [ 63%]

...y changed to /usr/local/lib/node_modules/layaair2-cmd [14:22:35] Using gulpfile ~/Documents/GameTowertest/.laya/compile.js [14:22:35] Starting 'compile'... rpt2: config error TS18003: No inputs were found in config file 'tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths w...

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

326. 打包APP闪退 报下面这些信息 [ 63%]

...4 s=0 l=0 10-17 15:08:01.844 6337-6686/com.mygame.laya E/LayaBox: download file error[0]:http://wstaging.52lrs.cn/AppWe ... 0.png 10-17 15:08:01.860 6337-6869/com.mygame.laya I/LayaBox: callStaticMethod:={} 10-17 15:08:01.860 6337-6869/com.mygame.laya I/LayaBox: 游戏进程1 10-17 15:08:01.865 6337...

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

327. 版本号:2.0.2 beta, 在sound文件夹下音乐播放不了,放入到res文件夹下可播放 [ 62%]

...s文件夹下可播放   错误提示:Failed to load resource: net::ERR_FILE_NOT_FOUND [file:///F:/GitHub/TS_Laya/TS_MyLaya/bin/sounds/hit.wav]   测试代码:   import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Text = Laya.Text; import Event = Laya.Event; import SoundManager = L...

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

328. 关于使用Idea以及Linux下使用AS语言开发的一点经验 [ 62%]

...那里选LayaAirAS引擎里的laya.js.exe,Parameters就设置成 $ProjectFileDir$"/.actionScriptProperties;iflash=false;outlaya=true"(估计可以,没验证),下面的工作路径填$ProjectFileDir$。你还可以给这个自定义工具设置快捷键,恕不细表。 如果只是想尝...

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

329. layacmd atlas怎么指定输出的数据后缀为json? [ 62%]

...ber     -c --clear        clear will delete old ui code file.     -a --atlas        generate atlas     -d --code         generate ui code files     -m --mode <mode>  'normal'或者'release',指定'release'会生成除未使用资源...

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

330. 新手常见问题:配置环境之后点击运行报错、黑屏(ActionScript-LayaAir基础篇(AS3)-快速上手) [ 62%]

...式->右击打开属性->快捷方式一栏->目标末尾添加 `--allow-file-access-frome-files` ​ 2、服务器webServer解决: ​ 需要修改webServer(一般webserver大多数都是 apache、nginx、tomcat等),在请求特定的域名下加上跨域标识,这里以nginx为例: ```ngin...

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