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

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

1131. list在panel中时,list里内容没有被遮罩住,在手机上出现,在电脑上没问题 [ 65%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现...

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

1132. LayaAir2在编辑器里面新建默认的3D项目(TS语言),无法完成编译和运行。 [ 65%]

...始编译 -------------------------------------- [19:13:20] Working directory changed to C:\GreenSoft\LayaAirIDE_beta\resources\app [19:13:20] Using gulpfile ~\Documents\LayaBox2\Demo_MyLaya3DWithWechat2\.laya\gulpfile.js [19:13:20] Starting 'default'... [19:13:20] Finished 'default' after 434 ms --...

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

1133. "加载模型时出现LoaderManager:unknown file(E:/layaprj/layascene/bin/null path) extension with: null." [ 65%]

...yaprj/layascene/bin/null path) extension with: null." unity 5.6 ide:1.7.10 tool:1.6.0 2017-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 Monica - 知识达人 赞同来自: 看起来是你的路径不对,...

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

1134. 图片像素精准点击问题! [ 65%]

...面是我的代码处理: class demo { private down:Laya.Image; constructor() { // 鼠标事件 Laya.stage.on(Laya.Event.MOUSE_DOWN, this, this.onMouseDown); Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.onMouseMove); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.onMouseUp, [true]); } /** 按钮...

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

1135. Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? [ 65%]

Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 小游戏里面没有这个类,如何解决这个? 2019-03-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 aicode 赞同来自: 斐...

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

1136. List组件拖动浏览时item会出现重叠的现象 [ 65%]

...t.datasource { import List = laya.ui.List; export class ListDataSourceMediator { constructor() { } public setUp():void { var list: List = new List(); // 渲染的item list.itemRender = ListDataSourceItem; // 设置行列显示的item个数 list.repeatX = 1; list.repeatY = 4; // list居中显示 list...

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

1137. 使用Laya.URL.basePath后,拼接的UI就加载不了一些本地图片了,wxlocal文件夹要怎么用? [ 65%]

...新-问题解答(最新版本:1.7.16) sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. matter中layasprite怎么改变图片大小? Texture图片能否...

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

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

....png 10-17 15:08:01.940 6337-6869/com.mygame.laya W/LayaBox: [error]Failed to load: --------- beginning of crash 10-17 15:08:02.064 6337-6649/com.mygame.laya W/google-breakpad: ### ### ### ### ### ### ### ### ### ### ### ### ### 10-17 15:08:02.065 6337-6649/com.mygame.laya W/google-breakpad: Chrome ...

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

1139. 可以帮我测试一下吗? 使用mask的场景,放着就会出现记忆体用完的讯息? [ 65%]

...。class GameLayer extends ui.GameLayerUI { private infos : any; constructor () { super (); this.infos = { rotation : 0 }; Laya.timer.frameLoop(1,this,()=> { this.infos.rotation += 1; if (this.infos.rotation >= 360) this.infos.rotation -= 360; this.IM_TURNTABLE.rotation = this.infos.rotation; ...

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

1140. 最近在用laya做资源优化的时候,发现一个问题,就是把图片资源从内存中释放掉后,下次想再显示这个图片的时候就出现不显示,然后要重现new才可以 [ 65%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 关于Laya实现Matter.js官方案例凹多边形的问题 使用了u3D导出来的粒子,不停的显示移除并销毁其克隆对象,统计面板的显存和内存就会显示成负数 谷歌浏览器播...

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