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

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

3191. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 26%]

... 是的,排行榜的图片资源最好不要打包图集,不然很可能会获取不到资源 Charles • 2018-08-20 09:24 @渔歌:那怎么取资源呢? 渔歌 • 2018-08-20 09:46 把子域资源不打包,直接放到主域的bin目录下,子域需要一张一张的加载图片资源,(子域资...

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

3192. 自定义3D Shader · LayaAir3.4 · 引擎文档 · LAYABOX [ 26%]

...在应用处理阶段被整合为基本片元(三角形),从模型中获取到不同的属性坐标信息,图12-1红色框选部分为应用处理阶段。 (图12-1) 12.2 顶点着色器阶段 应用阶段完成计算后的一些值作为uniform传入顶点着色器参与计算,然后...

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

3193. laya.d3.physicscannon.CannonRigidbody3D_API3.0 [ 25%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

来源: Laya3.0_api 发布时间: 20231102

3194. 微信小游戏加载资源问题 [ 25%]

...URL(tempAtlasPngUrl), atlasJson); } } else { throw "传递的url没有获取到对应的图集数据信息,请确保图集已经过!"; } } } static postInfoToContext(url, atlaspngUrl, atlasJson) { var postData = { "frames": atlasJson.frames, "meta": atlasJson.meta }...

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

3195. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 24%]

... Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inhe...

来源: Laya3.0_api 发布时间: 20231115

3196. 一篇上手LayaAir的3D物理引擎(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 16%]

...hape:Laya.BoxColliderShape = new Laya.BoxColliderShape(0.5, 0.4, 0.045); //获取本地偏移 var localOffset:Laya.Vector3 = boxShape.localOffset; //修改偏移 localOffset.setValue(0, 0, 0.125); boxShape.localOffset = localOffset; //为复合碰撞形状对象添加子形状(刚刚创建的盒...

来源: Laya2.0_文档 发布时间: 20210715

3197. CPU粒子系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 15%]

...n来估算速度 ​ Rigidbody:从组件所属节点上的刚体组件中获取速度值,相当于使用了物理引擎计算的速度。 ​ Custom:自定义速度,选择这个值后会出现EmitterVelocity这个属性,用于设置速度值。 MaxParticles(最大粒子数):系统中...

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

3198. lib/arm/liblayaair.so 总是崩溃 [ 11%]

...ndex.html没引用到的lib文件夹下的js可以全部删除吗? iosapp获取到的soundChannel.position总是为0,导致不能继续播放 微信小游戏资源总是加载旧的资源 ide出现问题了,左侧总是被截了一段,请问怎么清除ide缓存 [闪退!!!][崩溃!!Crash]Lay...

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