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

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

561. 关联shader的uniform(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 62%]

...Laya.Handler.create(this, function(mesh) { //设置猴子 var layaMonkey = scene.addChild(new Laya.MeshSprite3D(mesh)); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMateri...

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

562. laya.d3.core.light.DirectionLight_API3.0 [ 62%]

...ghtSprite DirectionLight Index Constructors constructor Properties _extra _scene _url name tag WORLDINVERTFRONT Accessors active activeInHierarchy color components destroyed displayedInStage hideFlags id intensity is3D layer lightWorldMatrix lightmapBakedType mode numChildren parent scene shadowCasc...

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

563. 关联shader的uniform(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 62%]

...Laya.Handler.create(this, function(mesh) { //设置猴子 var layaMonkey = scene.addChild(new Laya.MeshSprite3D(mesh)); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //创建材质 var customMateri...

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

564. Uncaught TypeError: tex.once is not a function [ 62%]

...his.zombieAnimator.on is not a function 运行报错 Uncaught Can not find scene:GameView.scene undefined 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor 问题状态 最新活动: 2019-06-24 10:22 浏览: 3625 关注: 4 人

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

565. Uncaught TypeError: Cannot read property 'asCom' of null [ 62%]

...t read property 'displayObject' of null 运行报错 Uncaught Can not find scene:GameView.scene undefined laya的模型动画对360小游戏不适配 报game.js:22084 Uncaught getUint16 error - Out of bounds 'releaseTexture' of null TiledMap通过名字获得MapLayer怎么都是Null 问题状态 最...

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

566. Uncaught TypeError: e.getStackTrace is not a function [ 62%]

...his.zombieAnimator.on is not a function 运行报错 Uncaught Can not find scene:GameView.scene undefined 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor 问题状态 最新活动: 2017-01-20 16:57 浏览: 1361 关注: 2 人

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

567. 场景切换造成的FPS下降的优化思路请教 [ 62%]

...下的某个场景json文件。。竟然无法自动生成了? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 laya2.0加载3d场景报错Uncaught TypeError: Cannot read proper...

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

568. unity导出来的粒子特效 播放效果不对 [ 62%]

...确保粒子文件加载完成后再去调整 缩放 var part:Sprite3D = scene.addChild(Sprite3D.load("part.lh")) as Sprite3D; part.once(Event.HIERARCHY_LOADED, this, function():void{        part.transform.localScale = new Vector3(3, 3, 3);  });   我按照这个调整粒子大小,不起作...

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

569. laya空项目怎么加载unity带出的.ls文件 [ 62%]

....Stage.SCREEN_NONE; Laya.Stat.show(); //加载插件导出的场景。 var scene = Laya.Scene3D.load("LayaScene_xfg/layaScene.ls",Laya.Handler.create(this,function(_s){ Laya.stage.addChild(_s); })); 这样还是报错 说secne是void

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

570. laya.d3.core.MeshTerrainSprite3D_API3.0 [ 62%]

...te3D MeshTerrainSprite3D Index Constructors constructor Properties _extra _scene _url name LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEPOSITION REFLECTIONTEXTURE SAHDERDEFINE_LIGHTMAP SH...

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