大约有 434 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
Laya_社区(297) Laya2.0_文档(56) Laya_示例(23) Laya3.0_文档(22) Laya3.0_api(14) Laya2.0_示例(10) Laya2.0_api(8) laya_api(4)
...-05-26 16:03 浏览: 2314 关注: 2 人 Laya_Aaron • 2018-05-26 16:06 用0.5试试? Laya_Aaron • 2018-05-26 16:07 0.5如果还没有效果,那就没有其他办法了,现在还没有像unity 一样支持那么多。毕竟unity从2001年就有,laya只有几年 你好,小伙儿 • 2018-...
来源: Laya_社区 发布时间: 20180526
...haredMesh; var box = scene.addChild(new Laya.MeshSprite3D(new Laya.BoxMesh(0.5, 0.5, 0.5))); var mat = new Laya.StandardMaterial(); mat.diffuseTexture = Laya.Texture2D.load("../../res/threeDimen/texture/layabox.png"); box.meshRender.material = mat; Laya.timer.frameLoop(1, this, checkHit); var ray = ...
来源: Laya_示例 发布时间: 20241117
...lse, false); //-30改为-90 camera.transform.translate(new Laya.Vector3(0, 0.5, 0)); //(0,0.5,500)改为(0, 0.5, 0) camera.orthographicProjection = true; var directionLight = scene.addChild(new Laya.DirectionLight()); var layaMonkey = scene.addChild(Laya.Sprite3D.load("../../res/threeDimen/skinM...
来源: Laya_社区 发布时间: 20170807
...terial; material.waveScale = 1.5; material.horizonColor = new Laya.Vector4(0.5, 0.5, 1, 1); material.waveSpeed = new Laya.Vector4(0, 0.5, 0.1, 1); // var material: Laya.BaseMaterial = new WaterMaterial(); Laya.Texture2D.load("res/water1.png", Laya.Handler.create(null, function(tex:...
来源: Laya_社区 发布时间: 20181030
...3D.load("3d/ben/Export.lh") this.role3D.transform.scale = new Laya.Vector3(0.5,0.5,0.5); this.role3D.transform.position = new Laya.Vector3(0,20,0); 以上的scale、position设置均不起作用,但是我放到frameloop里就有用,请问这是为什么?要怎么解决? 2018-03-09 添加评...
来源: Laya_社区 发布时间: 20180309
...e(); var graphics:Graphics=new Graphics(); graphics.save(); graphics.alpha(0.5); graphics.drawRect(0,0,200,100,"#FF0000"); graphics.restore(); sp.graphics=graphics; Laya.stage.addChild(sp);实现graphics填充透明,请先对graphics进行save(),然后设置填充透明度值,其次绘制矢量...
来源: Laya_社区 发布时间: 20161130
...Laya.Vector3(0.04,0.04,0.04); fish.transform.position = new Laya.Vector3(0,0.5,0); // fish.transform.position = new Laya.Vector3(0.4,0.5,-0.35); fish.transform.rotate(new Laya.Vector3(0,-Math.PI/2,0)); var anifish = fish.addComponent(Laya.SkinAnimations); anifish.templet = Laya.AnimationTemplet.load...
来源: Laya_社区 发布时间: 20171206
...画scale方法无效 动画Laya.Animation/Laya.SpineSkeleton,调用scale(0.5,0.5),x缩放无效 附件 : --> 2023-07-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 dsk4120 赞同来自: 代码翻转导致...
来源: Laya_社区 发布时间: 20230719
...new Laya.BloomEffect(); // bloom.color = Laya.Color.RED; bloom.intensity = 0.5; bloom.clamp = 0.5; bloom.fastMode = false; bloom.diffusion = 10 bloom.anamorphicRatio = 10 bloom.dirtIntensity = 10 postProcess.addEffect(bloom); camera.enableRender = true; camera.enableHDR = true; camera.postProcess...
来源: Laya_社区 发布时间: 20190827
...开启滑轮滚动(针对滚动条)UIConfig popupBgAlpha : Number = 0.5[static] 弹出框背景透明度UIConfig popupBgColor : String = #000000[static] 弹出框背景颜色UIConfig showButtons : Boolean = true[static] 是否显示滚动条按钮UIConfig touchScrollEnable : Boolean ...
来源: Laya2.0_api 发布时间: 20190513