大约有 20,248 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0254 秒)
Laya_社区(19128) Laya2.0_文档(451) Laya3.0_api(164) Laya_示例(157) Laya2.0_示例(119) Laya3.0_文档(107) laya_api(67) Laya2.0_api(55)
使用3D UI一、概述二、IDE中使用2.1 添加组件2.2 属性介绍三、3种模式3.1 非广告牌3.2 广告牌3.3 相机空间四、脚本控制使用3D UI 一、概述 2D UI都是纯粹的2D图片按层次显示,不会出现三维立体效果,所以都是直接紧贴着视窗上。而3...
来源: Laya3.0_文档 发布时间: 20251010
unity3d sentinel key not found 为什么unity3d安装完 unity3d sentinel key not found 运行不了 附件 : --> 2019-09-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 安装unity的...
来源: Laya_社区 发布时间: 20190926
...d All Inherited Externals Only exported Menu Globals "laya/d3/shader/Shader3D" Shader3D Class Shader3D Shader3D 类用于创建Shader3D。 Hierarchy Shader3D Index Constructors constructor Properties PERIOD_CAMERA PERIOD_CUSTOM PERIOD_MATERIAL PERIOD_SCENE PERIOD_SPRITE RENDER_STATE_BLEND RENDER_STA...
来源: Laya3.0_api 发布时间: 20231102
...ted Externals Only exported Menu Globals "laya/d3/core/render/RenderContext3D" RenderContext3D Class RenderContext3D RenderContext3D 类用于实现渲染状态。 Hierarchy RenderContext3D Index Constructors constructor Properties configPipeLineMode clientHeight clientWidth Accessors cameraShaderVa...
来源: Laya3.0_api 发布时间: 20231115
... Inherited Externals Only exported Menu Globals "laya/d3/physics/Constraint3D" Constraint3D Class Constraint3D ... author ... Hierarchy Constraint3D Index Constructors constructor Properties rigidbodyA rigidbodyB Constructors constructor new Constraint3D(): Constraint3D Defined in laya/d3/physics/Co...
来源: Laya3.0_api 发布时间: 20231115
# LayaAir3D中的Transform变换 在前面讲过了LayaAir3D中的坐标系和几个基础数学工具,在示例代码中,transform是一个变换对象([Transform3D](https://layaair.ldc.layabox.com/api2/Chinese/index.html?category=Core&class=laya.d3.core.Transform3D)API),他在3D的...
来源: Laya2.0_文档 发布时间: 20210715
...t StdLibGLSL = `...这里面是Shader源码`; ``` > 添加Include。LayaAir3D引用的类库 ```typescript Laya.Shader3D.addInclude("Lighting.glsl", LightingGLSL); Laya.Shader3D.addInclude("ShadowHelper.glsl", ShadowHelperGLSL); Laya.Shader3D.addInclude("BRDF.glsl", BRDFGLSL); Laya.Shader3D.addInclu...
来源: Laya2.0_文档 发布时间: 20210715
使用3D精灵(Sprite3D)一、概述二、属性和功能2.1 节点的名字2.2 是否激活2.3 是否为静态2.4 蒙版层2.5 变换三、子父级关系四、克隆五、添加组件六、添加脚本七、各种渲染精灵简介7.1 Mesh精灵7.2 SkinnedMesh精灵7.3 Particle3D 精灵7.4 Pi...
来源: Laya3.0_文档 发布时间: 20251010
...。 **注意:**引用需要在 `addPass`之前 > 添加Include。LayaAir3D引用的类库 ```typescript Shader3D.addInclude("Lighting.glsl", __INCLUDESTR__("files/Lighting.glsl")); Shader3D.addInclude("ShadowHelper.glsl", __INCLUDESTR__("files/ShadowHelper.glsl")); Shader3D.addInclude("BRDF.glsl",...
来源: Laya2.0_文档 发布时间: 20210714
ReferenceError: Laya3D is not defined? 我按着官方实例写的,为什么老是提示我没有定义场景? ReferenceError: Laya3D is not defined preload.js:55 at new HelloWord3D (file:///E:/LayaWorkSpace/HelloWord3D1/bin/js/bundle.js:26:9) at Object.1 (file:///E:/LayaWorkSpace/He...
来源: Laya_社区 发布时间: 20190308