大约有 4,671 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0110 秒)
Laya_社区(3819) Laya2.0_文档(255) Laya_示例(157) Laya3.0_文档(145) Laya3.0_api(132) Laya2.0_示例(119) Laya2.0_api(23) laya_api(21)
2.0怎么做水波纹和翻牌等以前2D Shader的效果? 以前laya1.0的时候使用shader来实现水波纹和翻牌等特效。现在2.0不支持2D的Shader(至少翻遍论坛都是这么说的),那么我们现在应该怎么实现这样的效果?能够给个简单的示例代码或...
来源: Laya_社区 发布时间: 20190323
2D粒子的创建 请问,引擎实例上的2D粒子是.part文件,是否意味着只能用Laya引擎制作2D特效,我使用unity转Laya的插件,只能转成.ls或者.lh文件,如果有别的插件可以转,希望给个链接 2018-03-29 添加评论 免费帖 --> 分享 微博 QZONE ...
来源: Laya_社区 发布时间: 20180329
...herited Externals Only exported Menu Globals "laya/components/AnimationClip2D" AnimationClip2D Class AnimationClip2D Hierarchy Resource AnimationClip2D Index Constructors constructor Properties _id destroyedImmediately islooping lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obs...
来源: Laya3.0_api 发布时间: 20231115
[LayaAir3]3.3.0.beta.1 2D相机相关调用问题 3.3.0.beta.1 在vscode编辑器下,调用下两个方法时提示未找到,参考代码来自laya3.3的文档中的2d相机篇[code]=inherit area2D=inherit: Laya=inherit.Area2D=inherit; =inherit camera2D=inherit: Laya=inherit.Camera2D=inherit;[/...
来源: Laya_社区 发布时间: 20250122
... let freeStartY = 0;//startY + gap * 2; let freeformLight2D = freelightLayer.addComponent(Laya.FreeformLight2D); freeformLight2D.color = new Laya.Color(1, 1, 1, 1); freeformLight2D.intensity = 1; freeformLight2D.falloffRange = 0...
来源: Laya_社区 发布时间: 20251209
laya2.0转换2d坐标为3d的坐标的时候,不兼容oppo渠道 camera.convertScreenCoordToOrthographicCoord 这个转换2d坐标为3d的坐标。 浏览器上和其他渠道显示位置没问题 ,但是发布到oppo上就有偏移。我们已经按照官方的文档制作了,并且在其他...
来源: Laya_社区 发布时间: 20190812
Texture,和Texture2D如何互转? 我要设置模型的贴图,我通过Laya.Texture2D.load(path)读取到的是Texture,不能直接设置到Texture2D上去 2018-05-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个...
来源: Laya_社区 发布时间: 20180521
...erarchy TextureLoader Implements IResourceLoader Index Methods load wrapTex2D Methods load load(task: ILoadTask): Promise<Texture> Implementation of IResourceLoader.load Defined in laya/loaders/TextureLoader.ts:241 Parameters task: ILoadTask Returns Promise<Texture> wrapTex2D wrapTex2D(t...
来源: Laya3.0_api 发布时间: 20231115
Failed to execute 'texImage2D怎么处理? 我用 var _texture2d:Texture2D = new Texture2D(); _texture2d.onAsynLoaded(null, image); image是一个base64数据, 然后就报下面的错误 "Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signatur...
来源: Laya_社区 发布时间: 20180605
laya2d 视角跟随怎么实现啊?没有相机怎么实现? 想实现一个相机跟随效果,但是2d下没有相机,请问怎么实现? 2019-06-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 a11a ...
来源: Laya_社区 发布时间: 20190619