大约有 3,253 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0120 秒)
Laya_社区(2450) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(82) Laya_示例(52) Laya2.0_示例(18)
...事件 刮刮卡效果实现 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 请问layaair2.0-js 怎么用程序在list中添加多元素的item dialog 自定义关闭效果,效果执行完,弹窗无法关闭 List表单renderHandler问...
来源: Laya_社区 发布时间: 20171202
...ex + 1; videoElmt.src = getResURI("video/guide.mp4"); videoElmt.controls = false; videoElmt.autoplay = true; videoElmt.loop = "loop"; // 阻止IOS视频全屏 videoElmt.setAttribute("webkit-playsinline", true); videoElmt.setAttribute("playsinline", true); // 设置画布上的对齐参照物 let ref...
来源: Laya_社区 发布时间: 20180802
...像机角度 camera.transform.rotate(new Laya.Vector3( -8, -25, 0), true, false); })) } return Main; } ()); Main(); laya2.0的3d尝试,新人,看不懂这是为啥,错误如下: laya.d3.js:15290 Uncaught TypeError: Cannot read property 'props' of undefined at Function.Laya3D._getSpr...
来源: Laya_社区 发布时间: 20180919
... gulp.task('clean', function () { return gulp.src('./src/assets/*', {read: false}).pipe(clean()) }) /** 创建文件hash清单 */ gulp.task('create:hash',['clean'], () => { return gulp.src([ './server/static/**/*.atlas', './server/static/**/*.png', './server/static/**/*.mp3' ]) .pipe(hash({ templ...
来源: Laya_社区 发布时间: 20180412
...的效果。 为此,我在comp创建的时候增加了render.visible = false属性,让comp body不渲染。 2018-06-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 已经在审核,...
来源: Laya_社区 发布时间: 20180625
..."pointEmitterPosition": { "0": 0, "1": 0, "2": 0 }, "colorComponentInter": false, "endVelocity": 1, "maxEndRadius": 0 } sp = new Particle2D(data); sp.emitter.start(); sp.play(); Laya.stage.addChild(sp); sp.x = Laya.stage.width / 2; sp.y = Laya.stage.height / 2; } })();canvas 和webgl 自行切換 ...
来源: Laya_社区 发布时间: 20180109
...和节奏的一个加速! 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 问题状态 最新活动: 2021-01-25 18:11 浏览: 241 关注: 2 人 ParadiseKiss • 2021-01-25 18:21 别气馁可以的 小火火 • 2021-01-25 18:24 嗯嗯嗯...
来源: Laya_社区 发布时间: 20210125
...:16.661: E/LayaGameEngine(1879): game_plugin_set_option key=localize value=false 11-15 14:08:16.661: E/LayaGameEngine(1879): game_plugin_set_option key=gameUrl value=http://zqzmh5banshu.05wan.com 11-15 14:08:16.661: D/LayaGameEngine(1879): game_plugin_init url =http://zqzmh5banshu.05wan.com 11-15 14...
来源: Laya_社区 发布时间: 20171115
...rties needsCustomCollisionCallback needsCustomCollisionCallback: boolean = false Inherited from CompoundColliderShape.needsCustomCollisionCallback Defined in laya/d3/physics/shape/ColliderShape.ts:115 Static SHAPEORIENTATION_UPX SHAPEORIENTATION_UPX: number = 0 Inherited from CompoundColliderShape.S...
来源: Laya3.0_api 发布时间: 20231115
...w Vector3(0, 3, 3); camera.transform.rotate(new Vector3( -45, 0, 0), true, false); camera.addComponent(CameraMoveScript); // 生成平面,其实是一个box,只不过高度很小,可看成一个平面 var plane = scene.addChild(new MeshSprite3D(new BoxMesh(4,4,0.001))) as MeshSprite3D; var mat...
来源: Laya_社区 发布时间: 20170314