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

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

231. 【算法挑战】双指外扩/内聚时,如何实现以双指中点为中心缩小/放大舞台。 [ 52%]

...的时候按钮位移动了是否是我做法有问题 有没有Unity3d的Vector3.Angle(计算两个三维向量之间的角度)这样的方法?或求3D抛物线移动的方法或算法。 微信小游戏舞台背景色无法改变 layaAir,图片在普通尺寸和放大2倍的情况下,会...

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

232. laya.d3.core.scene.BaseScene [ 52%]

... Array滤镜集合。可以设置多个滤镜组合。Sprite  fogColor : Vector3 获取雾化颜色。 BaseScene  fogRange : Number 获取雾化范围。 BaseScene  fogStart : Number 获取雾化起始位置。 BaseScene globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放...

来源: laya_api 发布时间: 20170422

233. u3d模型导出报错,1第一次导出报错,2第二次不会有这个错误提示了,3生成文件后到laya里面使用提示没有动画 [ 51%]

...a (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolea...

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

234. unity 导出问题 animator出错 [ 51%]

...a (UnityEngine.GameObject gameObject, .JSONObject node, .JSONObject child, Vector3 position, Quaternion rotation, Vector3 scale, System.String& goPath) LayaExport.DataManager.getGameObjectData (UnityEngine.GameObject gameObject, System.String gameObjectPath, .JSONObject parentsChildNodes, Boolea...

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

235. 动态图集 · LayaAir3.4 · 引擎文档 · LAYABOX [ 51%]

...textureId:纹理 ID url:纹理 URL uv:在大图集中的 UV 坐标(Vector4) largeTextureIndex:所在的大纹理索引 isInAtlas:是否已添加到图集 merged:是否已合并完成 referenceCount:引用计数 //使用示例 const texture = Laya.loader.getRes("resources/hero.png",...

来源: Laya3.0_文档 发布时间: 20260131

236. 关于Laya.Tween 在3d上的应用与缓动的优化 [ 51%]

...例,将origin的值变化为target的值,可以对应成3d对象中的vector3         let origin: any = {x:1,y:2,z:3};         let target: any = {x:5,y:8,z:8};         Laya.Tween.to(origin,target,500).update = new Laya.Handler(null,()=>{           ...

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

237. MeshSprite3D如何用缓动变化 透明度alpha值? [ 51%]

...var material = meshSprite.meshRender.sharedMaterial; material.albedo = new Vector4(1.0,1.0,1.0,0.0); material.renderMode = 5; Laya_Aaron • 2018-03-27 11:29 https://ldc.layabox.com/doc/?nav=zh-as-4-0-7 你如何用你不知道的东西去问如何操作。。。为什么不一开始就说自己不...

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

238. Mesh模型能否动态合并? [ 50%]

...nkey.meshRender.material = mat; layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey.transform.rotation = new Laya.Quaternion(0.7071068, 0, 0, -0.7071067); //Laya.timer.frameLoop(1, this, function () { // layaMonkey.transform.rotate(this.rotation, false); //}); }这种是没...

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

239. laya.ui.List [ 44%]

...内无动画,设置此属性为true能大大提高性能 List  cells : Vector.<Box>[read-only] 单元格集合。 List centerX : Number 在父容器中,此对象的水平方向中轴线与父容器的水平方向中心线的距离(以像素为单位)。 UIComponent centerY : Number...

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

240. laya.d3.core.scene.VRScene [ 41%]

... : Array滤镜集合。可以设置多个滤镜组合。Sprite fogColor : Vector3 获取雾化颜色。 BaseScene fogRange : Number 获取雾化范围。 BaseScene fogStart : Number 获取雾化起始位置。 BaseScene globalScaleX : Number[read-only] 获得相对于stage的全局X轴缩放值...

来源: laya_api 发布时间: 20170422