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

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

4631. Cannot read property '_physicsUpdateList' of null 错误 [ 49%]

... read property '_physicsUpdateList' of null     at PhysicsCollider.__proto._onDestroy (laya.d3.js:21732)     at PhysicsCollider.__proto._destroy (laya.core.js:6989)     at MeshSprite3D.__proto._destroyAllComponent (laya.core.js:13738)     at MeshSprite3D.__proto.destroy (laya.core.js:130...

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

4632. 编译LayaAirIDE组件库 报错 [ 49%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined i...

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

4633. 使用layaide进行打包,提示如下错误。 [ 49%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target Ts 编辑提示error TS5023: Unknown option 'p' Texture图片能否进行翻转? 图集打包找不到图集文件 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在...

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

4634. 发布时勾选重新生成图集会生成分辨率错误的图集导致图集错乱 [ 49%]

...启动chrome出现错误: Error processing launch: Error Could not attach to main target 关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 IDE1.7.8 json图集加载问题 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译...

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

4635. 使用mask后,只要调用 Laya.Resource.destroyUnusedResources() 就会引起报错 [ 49%]

... TypeError: Cannot read property '_targets' of null at WebGLContext2D.__proto.drawCanvas (laya.webgl.js:5713) at RenderContext.__proto.drawCanvas (laya.core.js:5822) at RenderSprite3D.__proto._canvas (laya.core.js:6219) at Sprite.__proto.render (laya.core.js:15680) at RenderSprite3D.__proto._childs ...

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

4636. LayaAir中怎么使用node.js 的 socket.io [ 49%]

... TS项目使用matter.js库无智能提示 sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏如何使用...

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

4637. matter.jsr Render下可以移动视图窗口 用LayaRender则没反应 [ 49%]

....clearRect(0, 0, canvas.width, canvas.height); //Clamp the camera position to the world bounds while centering the camera around the car var camX = clamp(-carpos.x + canvas.width/2, world.minX, world.maxX - canvas.width); var camY = clamp(-carpos.y + canvas.height/2, world.minY, world.maxY - canvas....

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

4638. 为什么laya.pathfinding.js里面的Grid,通过Laya.Grid竟然获取不到?有laya.pathfinding.js的使用教程吗?API中没有找到。 [ 49%]

...取“鼠标是否处于按下状态”? sprite3d怎样使用Laya.Tween.to来做缓动呢?比如position或者scale 请问在layaIDE里,怎么调用微信小程序API 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. TextInput重写onFocus和onBlur事件监听不到...

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

4639. Animation 使用疑问 [ 49%]

...urMern么有发出变化,是否正常?   2 构造时创建   constructor() {         this.aniBody = new Animation();         this.aniBody.interval = this.frameNum;         Map.getInstance().heroSprVI.sprCon.addChild(this.aniBody);         this.aniWeapon = new Animation();    ...

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

4640. 分享:自动编译&刷新工具(新增了项目模板创建,调试,发布一条龙) [ 49%]

...学也没法使用 于是我用yo的生成器又重做了一个项目generator-layaair,现在创建项目模板更加简单自动化了 初次使用先安装生成器: npm install -g yo npm install -g generator-layaair   之后每次创建项目 直接yo layaair就行了,指令会自动...

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