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

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

811. 场景设置UIView的var属性不起作用 [ 67%]

...SceneUtils.createComp=function(uiView,comp,view,dataMap,initTool,alterRoot=false){ 修改#10077行 tChild=Laya.SceneUtils.createComp(node,null,alterRoot?comp:view,dataMap,initTool); hotfix.zip 2019-03-23 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登...

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

812. 跑第一个HelloLayabox出现runtimeExecutable配置错误 [ 67%]

...ourceMaps": true, "webRoot": "${workspaceRoot}", "port": 9222, "fixedPort":false }, { "name": "chrome调试", "type": "chrome", "request": "launch", "url": "${workspaceRoot}/bin/index.html", // "换成自己的谷歌安装路径,": 比如 //window 默认安装路径为: "C:/Program Files (x86)/Goo...

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

813. laya.media.SoundChannel_API3.0 [ 67%]

...SoundChannel.ts:28 播放完成处理器。 isStopped isStopped: boolean = false Defined in laya/media/SoundChannel.ts:24 表示声音是否已暂停。 loops loops: number Defined in laya/media/SoundChannel.ts:16 循环次数。 startTime startTime: number Defined in laya/media/SoundChannel.ts:20 ...

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

814. 在加载多个资源的时候,加载进度异常 [ 67%]

...样调用. Laya.Handler.create(this, function(e){ console.log(e) }, null, false)关键在于最后第四个once参数,一定要传false,不然只调用一次.   在laya.core.js中Handle类的源码里可以看到,在create方法中,如果不传once参数,默认会设会true. 然后在runWith方法...

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

815. 没有人尝试使用3d物理引擎么 [ 67%]

...w Vector3(0, 3, 6)); camera.transform.rotate(new Vector3(-15, 0, 0), true, false); camera.clearColor=null; camera.addComponent(CameraMoveScript); CameraStat.show(camera, 200, 0); //添加方向光 var directionLight:DirectionLight=scene.addChild(new DirectionLight()) as DirectionLight; directionLigh...

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

816. laya.d3.core.render.BloomEffect [ 67%]

...为泛光特效增加污渍灰尘效果BloomEffect  fastMode : Boolean = false是否开启快速模式。该模式通过降低质量来提升性能。BloomEffect  intensity : Number 获取泛光过滤器强度,最小值为0。 BloomEffect  softKnee : Number 获取软膝盖过渡强度,在阈...

来源: Laya2.0_api 发布时间: 20190513

817. layabox3D用unity3D导出的场景文件为什么不能加相机控制,怎么加都不管用 [ 67%]

...动相机,设置相机的向z轴移动3米。true代表是局部坐标,false是相对世界坐标。 camera.transform.translate(new Vector3(0, 0, 3),false); 相机没有被其他因素限制吗? 2018-03-01 1 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前...

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

818. laya.ui.Clip_API3.0 [ 67%]

...aphics Defined in laya/ui/Clip.ts:151 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...

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

819. 3d显示对象克隆体超出舞台不再显示的bug2.1.0.btea1 [ 67%]

...tor3(0, 3, 3)); camera.transform.rotate(new Laya.Vector3(-30, 0, 0), true, false); //添加方向光 var directionLight: Laya.DirectionLight = scene.addChild(new Laya.DirectionLight()) as Laya.DirectionLight; directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.transform.worldMatri...

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

820. 求救 Laya2.0下的Particle2D问题 [ 67%]

...2.0出问题了 if (!isFrame) { //这个是开关,按键松开时isFrame=false,按下播放尾焰特效后就置为true Laya.loader.load('../bin/testflame.part', Laya.Handler.create(this, (setting) => { let frame = new Laya.Particle2D(setting); let key = keyString; let frameX; let frameY; let...

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