大约有 3,521 项符合查询结果, 库内数据总量为 30,789 项。 (搜索耗时: 0.0084 秒)
Laya_社区(2615) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) laya_api(98) Laya_示例(83) Laya3.0_文档(75) Laya2.0_示例(45)
...变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 hitTestPrior hitTestPrior: boolean = false Inherited from AnimationBase.hitTestPrior Defined in laya/display/Sprite.ts:266 指定鼠标事...
来源: Laya3.0_api 发布时间: 20231102
....style.zIndex + 100; videoElement.controls = false; videoElement.autoplay =true; videoElement.style.width='100%'; videoElement.style.height='100%'; videoElement.autobuffer=true; videoElement.src = "/Users/apple/LayBox/星空/laya/assets/video/world.mp4"; // 设置画布上的对齐参照物 let refe...
来源: Laya_社区 发布时间: 20181124
... var canvas = new Laya.Texture(sharedCanvas); canvas.bitmap.alwaysChange = true;//小游戏使用,非常费,每帧刷新 layout.graphics.drawTexture(canvas); 一定要加上alwaysChange=true 2018-08-13 1 3 分享 微博 QZONE 微信 君仔 赞同来自: 朋友~,我想问哈,在微信排...
来源: Laya_社区 发布时间: 20180812
...compile.js不同。 2.1版本用的browserify方法,有传入debug: true用于开启jsmap,官方文档里的截图介绍的也是2.1版本的compile.js 2.2版本用的是rollup.rollup,我尝试把两处sourcemap: false的地方改成了sourcemap: true,但是并没有成功开启jsmap ...
来源: Laya_社区 发布时间: 20191008
...ollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 Native2.0正式版wss连接不成功web版本没问题,有DEMO...
来源: Laya_社区 发布时间: 20180319
...ceDataTool.instance); //开启性能分析 Laya.PerformancePlugin.enable = true; // 项目地址为外网或者内嵌在别的应用中(如微信小游戏)时,需要设置性能分析器所在机器的局域网ip // (Laya as any).PerformanceDataTool.setDataExportHost('局域网ip,如10.10.20...
来源: Laya2.0_文档 发布时间: 20210714
...hape; //设置刚体的质量 rigidBody.mass = 10; rigidBody.isKinematic = true; //创建盒型MeshSprite3D var box2: MeshSprite3D = (this.scene.addChild(new MeshSprite3D(PrimitiveMesh.createBox(1, 1, 1)))); //设置材质 var transform2: Transform3D = box2.transform; var pos2: Vector3 = transform2....
来源: Laya2.0_文档 发布时间: 20210715
...hape; //设置刚体的质量 rigidBody.mass = 10; rigidBody.isKinematic = true; //创建盒型MeshSprite3D var box2: MeshSprite3D = (this.scene.addChild(new MeshSprite3D(PrimitiveMesh.createBox(1, 1, 1)))); //设置材质 var transform2: Transform3D = box2.transform; var pos2: Vector3 = transform2....
来源: Laya2.0_文档 发布时间: 20210715
....pivotY = ani_border.pivotX = 245; ani_border.load("swf/planet/border.swf",true); addChild(ani_border); 2018-05-29 3 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 苍蝇也是鸟 赞同来自: 只要不是在同一...
来源: Laya_社区 发布时间: 20180529
...导致失去焦点后,声音异常 Laya.SoundManager.autoReleaseSound = true Laya.SoundManager.autoStopMusic = true Laya.SoundManager.playSound("sound/bg1.mp3", 0); Laya.stage.on(Laya.Event.FOCUS, null, function(){ console.log("获取焦点") Laya.SoundManager.playSound("sound/bg1.mp3", 0); }) Lay...
来源: Laya_社区 发布时间: 20180807