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

大约有 3,253 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0120 秒)

3001. List翻页效果 [ 45%]

...事件 刮刮卡效果实现 将list里的scrollBar设置mouseWheelEnable=false后过一段时间设置mouseWheelEnable=true;无法滚动 请问layaair2.0-js 怎么用程序在list中添加多元素的item dialog 自定义关闭效果,效果执行完,弹窗无法关闭 List表单renderHandler问...

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

3002. 仿照laya官方demo做了一个视频播放的UI,为啥在微信里不能用? [ 45%]

...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

3003. Uncaught TypeError: Cannot read property 'props' of undefined [ 45%]

...像机角度 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

3004. 关于laya图片资源缓存的问题 增量更新文件缓存 [ 45%]

... 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

3005. LayaRender渲染含有多个part的Body存在Bug [ 45%]

...的效果。 为此,我在comp创建的时候增加了render.visible = false属性,让comp body不渲染。 2018-06-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 已经在审核,...

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

3006. 粒子在webgl情况和canvas情况存在显著差异,请看图 [ 45%]

..."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

3007. 我参照着技术文档里的动画多层混合的教程,在unity里设置了一只蝎子以及它的两个动画层,一个动画层只让蝎子的脚动,一个动画层只让蝎子的身子动,可我导入到laya以后,蝎子要么不动,要么全身动 [ 45%]

...和节奏的一个加速! 将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

3008. 打包安卓微端app, 在模拟器上无法运行,,,,,, [ 45%]

...: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

3009. laya.d3.physics.shape.SphereColliderShape_API3.0 [ 45%]

...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

3010. 求助 Uncaught SyntaxError: Unexpected identifier [ 45%]

...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