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

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

411. Image属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 53%]

...考 [Image API](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.Image)。 ​ **Image 组件的资源示例:** ​ ![图片0.png](img/1.png) ​ (图1) ​ **Image 组件拖放到编辑区后显示效果:** ​ ![图片0.png](img/...

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

412. 构建安卓项目的几个问题 [ 53%]

...构建的项目,eclipse报错 "download file error[6]:http://stand.alone.version/src/node/Match.js",也就是说没找到js文件。 也就是说构建项目后没有图片资源也没有脚本资源在里面,,这是什么问题? 附件 : --> 2017-02-21 添加评论 免费帖 --> 分享 ...

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

413. 销毁资源并释放内存(ActionScript-3D基础(AS3)-LayaAir3D的内存管理) [ 52%]

# 销毁资源并释放内存 ###### *version :2.0.2beta Update:2019-5-8* ##### 关于为什么要资源释放: 在LayaAir 3D游戏开发中,资源释放非常重要。3D资源包括了模型、贴图、材质、动画等,为了达到好的画面效果,文件会比2D大很多,而3D引擎基...

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

414. Could not locate valid Java executable. Configure nextgenas.java, add to $PATH, or set $JAVA_HOME. [ 52%]

...xtgenas.java, add to $PATH, or set $JAVA_HOME. layabox ide 1.7.15 mac java version "1.7.0_80" 一直报 Could not locate valid Java executable. Configure nextgenas.java, add to $PATH, or set $JAVA_HOME.这个错误 2018-03-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关...

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

415. 脚本的事件(TypeScript-3D基础(TS)-LayaAir3D的脚本使用) [ 52%]

# 脚本的事件 ###### *version :2.1.0beta Update:2019-6-26* 前面介绍完了如何创建自定义脚本,然后让我们来看下脚本具体的那些事件。具体的描述可以查看API ([地址](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.component....

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

416. android studio内嵌laya,再次打开报错问题 [ 52%]

...-24 14:28:37.313 12643-12919/com.xxx.myapplication E/chromium: ### WebView Version 44.0.2403.119 (alps-mp-m0.mp1-9-arm64) (code 246011960) 12-24 14:28:37.517 12643-12919/com.xxx.myapplication A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x6365683e in tid 12919 (GLThread 332) 编译环境:...

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

417. Uncaught TypeError: Failed to execute 'dispatchEvent' on 'EventTarget [ 52%]

...t read property 'cursor' of undefined错误 Uncaught unknown animationClip version. 运行报错 Uncaught Can not find scene:GameView.scene undefined 脚本重命名后报Uncaught Can not find class 错误 Uncaught Can not find class srcipt/game/Game_App.ts 导出微信报错Uncaught (in promise) ga...

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

418. 启动ide后有个关于tsc compiler和vs code's language service的提示 [ 52%]

...动ide后有个关于tsc compiler和vs code's language service的提示 A version mismatch between the globally installed tsc compiler (2.1.5) and VS Code's language service (1.8.10) has been detected. This might result in inconsistent compile errors. 我的全局typescript是2.1.5的,我必须要...

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

419. 版本管理swf找同名的Json文件发现找不到 [ 52%]

...找不到 Map192622077fd.swf 这个找对应的json文件找不到 发现version.json里配的是Map192e06db1ff.json MovieClip类是找Map192622077fd.json export class MMovieClip extends Laya.MovieClip{         constructor(){             super();         }        ...

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

420. 如何使用graphics绘画虚线 [ 52%]

...+xml," + "<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\">" +"<g fill=\"none\" stroke=\"black\" stroke-width=\"4\">" + " <path stroke-dasharray=\"5,5\" d=\"M5 20 l215 0\" /&gt...

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