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

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

491. Laya小程序加载ls失败 [ 66%]

...同样的问题,ls文件在小程序模拟器里加载失败,错误:Scene: the .lh file root type must be Scene,please use other function to load this file.;at api readFile success callback function Error。经过调试发现code.js中__proto.onAsynLoaded 方法里面var json=data[0]有问题...

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

492. api readFile success callback function undefined [ 65%]

....media 是否支持 WebRTC 影音直播 运行报错 Uncaught Can not find scene:GameView.scene undefined laya加载unity插件导出的场景 physics3D is not a function 请问官方API中有反余弦的方法吗? 问题状态 最新活动: 2018-11-17 11:24 浏览: 2197 关注: 2 人

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

493. laya.d3.core.reflectionprobe.ReflectionProbe_API3.0 [ 65%]

...rite3D ReflectionProbe Index Constructors constructor Properties _extra _isScene _scene _url name TEMPVECTOR3 defaultTextureHDRDecodeValues Accessors active activeInHierarchy boundsMax boundsMin boxProjection components destroyed displayedInStage hideFlags id importance intensity is3D layer numChild...

来源: Laya3.0_api 发布时间: 20231102

494. CommandBuffer_Outline 每次 addCommandBuffer都会永久增加10Gpu,removed掉相机事件也不会减少 [ 65%]

....init();             this.camera = InsManager.GetInstance()._SceneManager.player.playerCamera;             //Laya.Shader3D.debugMode = true;         }     }      public createDrawMeshCommandBuffer(camera:Laya.Camera, renders:Laya.BaseRender[] , materi...

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

495. 调用Laya.Geolocation,程序卡死 [ 65%]

...yer上面程序的log 尼? 程序用光了chrome的内存 Laya 2.7.0beta Scene与脚本的onAwake()与onEnable()调用时机存在问题 问题状态 最新活动: 2018-03-14 15:55 浏览: 724 关注: 2 人 chen6459 • 2018-03-14 16:07 原来要引用 device 谢谢哈

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

496. 提示错误在laya.core.js里 [ 65%]

...问题了。是要把unity场景导入到laya2.6. export default class SceneLoad extends Laya.Script{     constructor(){         super();     }     onAwake(){         Laya.Scene3D.load("res/LayaScene_demo/Android/demo.ls",Laya.Handler.create(this,function(scene){  ...

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

497. 在模型有刚体的情况下,怎么才能让模型只围绕一个轴进行旋转 [ 65%]

...样算是吧刚体和模型分开了吗。 Laya.Sprite3D.load("h5/LayaScene_car/Conventional/car.lh",Laya.Handler.create(this,(sp:Laya.Sprite3D)=> { this.car = sp.getChildAt(0).getChildAt(0) as Laya.Sprite3D; this.scene.addChild(this.car); this.rig = (this.car.getComponent(Laya.Rigidbod...

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

498. drawToCanvas无法截取到有子元素。 [ 65%]

...持在最底部显示? ui list 里面的元素不能点击两次 laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 发布到vivo平台后,龙骨动画无法显示 dialog 自定义关闭效果,效果执行完,弹窗无法关闭 使用getCh...

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

499. 销毁 new 出的带有 PhysicsCollider 的正方体模型报错 [ 65%]

...毁 new 出的带有 PhysicsCollider 的正方体模型报错 this.box = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(1, 1, 1))) as Laya.MeshSprite3D; this.box.addComponent(Laya.PhysicsCollider); this.box.destroy();引擎版本 LayaAirIDE2.0_beta.5 报错: Uncaught TypeError: Cannot read ...

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

500. 3D模型无法用Tween类吗 [ 65%]

...Sprite3D =Laya.Sprite3D.load("LayaMonkey/LayaMonkey.lh") as Laya.Sprite3D; scene.addChild(layaMonkey); layaMonkey.transform.localScale = new Laya.Vector3(0.001,0.001,0.001); layaMonkey.transform.localPosition = new Laya.Vector3(0,1,0); layaMonkey.transform.rotate(new Laya.Vector3(0,-Math.PI/2,0)); /...

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