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

大约有 3,673 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0084 秒)

761. 如何加载.lh文件 [ 71%]

... IDE1.7.8 json图集加载问题 图集打包找不到图集文件 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 微信小程序—未找到入口 app.json 文件,或者文件读取失败,请检查后重新编译。 请问下加载TFF字...

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

762. Uncaught Can not find class laya.html.dom.HTMLDivElement [ 71%]

...Uncaught unknown animationClip version. 运行报错 Uncaught Can not find scene:GameView.scene undefined 构建app后导入AS报错Could not find com.android.tools.build:gradle:3.1.2. 问题状态 最新活动: 2020-02-28 16:15 浏览: 3280 关注: 2 人

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

763. TypeError: Cannot read property 'length' of null [ 71%]

...下: TypeError: Cannot read property 'length' of null at Sprite._setBelongScene (file:///D:/work/study/project/client/test/air_war/bin/libs/laya.core.js:13049:52) at Sprite._onAdded (file:///D:/work/study/project/client/test/air_war/bin/libs/laya.core.js:13129:37) at Sprite._setParent (file:///D:/wo...

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

764. View嵌套Dialog组件 [ 71%]

...property 'y' of null"的解决方案 求解:2D项目中加载View,Laya.Scene.load应该如何使用? LayaScene和View什么区别? 自定义组件如何实现图片资源拖动获取路径 脚本组件继承于 Laya.Script。 其中的_update方法,多长时间会调用一次? 可以...

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

765. Uncaught Can not find class laya.ani.bone.Skeleton [ 71%]

...ad property 'cursor' of undefined错误 运行报错 Uncaught Can not find scene:GameView.scene undefined Uncaught TypeError: Cannot read property 'props' of undefined 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Uncaught unknown animationClip version. 2.0.0编译报错Cannot ...

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

766. LayaAir3D中的Transform变换(TypeScript-3D基础(TS)-LayaAir3D图形系统基础概念) [ 71%]

...Monkey_clone1:Laya.Sprite3D = Laya.Sprite3D.instantiate(staticLayaMonkey, _scene, false, new Laya.Vector3(0.0, 0, 0.5)); var layaMonkey_clone2:Laya.Sprite3D = Laya.Sprite3D.instantiate(staticLayaMonkey, _scene, false, new Laya.Vector3(0.0, 0, 0.5)); var layaMonkey_clone3:Laya.Sprite3D = Laya.Sprite3...

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

767. Laya2.0 fileconfig.json不会自动生成 [ 71%]

...经被锁定, 无法添加新回复 发起人 Lee3260 相关问题 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 laya2.0加载3d场景报错Uncaught TypeError: Cannot read property 'btCollisionObject' of undefined laya2.0 3d物理碰撞穿透...

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

768. 关于worker.js的使用问题 [ 71%]

....js目录下   错误的 Request URL: file:///E:/work/roc/roc_h5/bin/libs/scene/avatar/0000jn_002_2_1.png   正确的 Request URL: file:///E:/work/roc/roc_h5/bin/common/scene/avatar/0000jn_002_2_1.png Request Method: GET Status Code: 200 OK     请问是哪里搞错了吗 如何去掉错误的...

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

769. Uncaught TypeError: Class constructor Component cannot be invoked without 'new' [ 71%]

...Uncaught unknown animationClip version. 运行报错 Uncaught Can not find scene:GameView.scene undefined 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefine...

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

770. 物理刚体(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 71%]

...```typescript //新建一个球体模型并添加到舞台上 var sphere = scene.addChild(new Laya.MeshSprite3D(Laya.PrimitiveMesh.createSphere(1))); //新建一个球形的碰撞盒 var sphereShape = new Laya.SphereColliderShape(1); //给球添加刚体 var sphereRigid = sphere.addComponent(Laya.Ri...

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