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

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

181. physicsSimulation.rayCast在新版本里选取不准确 [ 96%]

...了,有偏移,目前无奈只能回退到2.8.0版本 let touchPoint:Laya.Vector3 = new Laya.Vector3();          let screenPoint:Laya.Vector2 = new Laya.Vector2();         screenPoint.x = Laya.MouseManager.instance.mouseX;         screenPoint.y = Laya.MouseMan...

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

182. 父物体旋转会导致子物体的世界坐标系不正确?(附demo) [ 96%]

...Target").getChildByName("MoveBlockPivot").getChildByName("TargetGuard") as Laya.Sprite3D; Laya.stage.on(Laya.Event.KEY_PRESS, this, this.KeyPress); this.pivot = s.getChildByName("target_root").getChildByName("PendulumCircleTarget").getChildByName("MoveBlockPivot") as Laya.Sprite3D; let newRot = new ...

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

183. unity导出的场景.ls加载到laya3d中报错 [ 96%]

unity导出的场景.ls加载到laya3d中报错 unity版本:2017.2 插件:LayaAirUnityPlugin 1.6.0 laya引擎:1.7.11beta , 问题:导出后的文件夹,放到bin文件夹下面。运行报错: TypeError: Cannot read property 'props' of undefined at Avatar.__proto._parseNode (file:///D...

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

184. property 'laya3d' does not exist on type 'typeof laya' [ 96%]

property 'laya3d' does not exist on type 'typeof laya' 2017-05-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自: 问题描述不明确,请详细描述下重现步骤! 2017-05-11 0 0 ...

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

185. 骨骼动画-换装 [ 96%]

Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...

来源: Laya2.0_示例 发布时间: 20260303

186. 我就在unity中加了一个cube,导出后,在laya预览中怎么会有2个cube,而且位置还不一样,也没有贴图 [ 96%]

我就在unity中加了一个cube,导出后,在laya预览中怎么会有2个cube,而且位置还不一样,也没有贴图 我就在unity中加了一个cube,导出后,在laya预览中怎么会有2个cube,而且位置还不一样,也没有贴图   代码如下:/* * name; */ var sce...

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

187. Sprite-新手引导 [ 96%]

Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...

来源: Laya_示例 发布时间: 20260303

188. 使用滤镜报错 [ 96%]

...caleMatN, 0, -40,//B     0, 0, 0, 1, 0 //A ]; var grayscaleFilter = new Laya.ColorFilter(grayscaleMat); //按钮置灰 function enable_false(v) {     v.filters = [grayscaleFilter];     v.mouseEnabled = false; } //按钮恢复 function enable_true(v) {     v.filters = null;     v.mouse...

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

189. 鼠标交互-修正交互区域 [ 96%]

Layabox是免费开源的HTML5引擎解决方案,产品家族中包括LayaAir引擎、LayaFlash引擎、LayaOpen开放平台、LayaMarket SDK、LayaStore嵌入式游戏商店、LayaPlayer运行器。核心引擎LayaAir性能全球领先,支持2D、3D、VR开发,支持AS3、JavaScript、TypeScr...

来源: Laya2.0_示例 发布时间: 20260303

190. drawToTexture 绘制函数不工作呢 [ 96%]

drawToTexture 绘制函数不工作呢           let top_rect: Laya.Sprite = new Laya.Sprite();         top_rect.x = 0;         top_rect.y = 0;         top_rect.size(100, 100);         top_rect.graphics.drawRect(0, 0, 100, 100, "#0000FF", "#000000", 1);   ...

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