大约有 1,194 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0043 秒)
Laya_社区(568) Laya3.0_api(166) Laya2.0_文档(165) Laya2.0_api(116) laya_api(115) Laya_示例(43) Laya3.0_文档(21)
...起来像天空一样。 #### 主要属性和方法 > 属性 `tintColor:Vector4` 颜色。 `exposure:Number` 曝光强度。 `textureCube:TextureCube` 天空盒纹理。 #### 创建和使用材质 下面的代码来自于官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language...
来源: Laya2.0_文档 发布时间: 20210715
...起来像天空一样。 #### 主要属性和方法 > 属性 `tintColor:Vector4` 颜色。 `exposure:Number` 曝光强度。 `textureCube:TextureCube` 天空盒纹理。 #### 创建和使用材质 下面的代码来自于官方示例([demo地址](https://layaair.ldc.layabox.com/demo2/?language...
来源: Laya2.0_文档 发布时间: 20210715
...yaAir新建3D示例项目,在as开发模式下,运行报错 TypeError: Vector3 is not a constructor 聊天消息对话框中new一个HTMLDivElement 报错"Illegal constructor",请问这个该怎么处理? 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor clas not a const...
来源: Laya_社区 发布时间: 20181207
...接 提交 1 个回复 158*****364 赞同来自: this.mousePos = new Laya.Vector2(Laya.MouseManager.instance.mouseX, Laya.MouseManager.instance.mouseY); //鼠标点击屏幕产生射线 this.camera.viewportPointToRay(this.mousePos, this.ray); var phy:Laya.PhysicsSimulation =...
来源: Laya_社区 发布时间: 20190505
...空盒。 ```typescript //设置场景环境光 scene.ambientColor = new Vector3(0.6, 0, 0); ``` 效果如下(图2): ![](img/2.png)(图2)
来源: Laya2.0_文档 发布时间: 20210715
... value: number Returns void lightmapScaleOffset get lightmapScaleOffset(): Vector4 set lightmapScaleOffset(value: Vector4): void Inherited from PixelLineRenderer.lightmapScaleOffset Defined in laya/d3/core/render/BaseRender.ts:269 光照贴图的缩放和偏移。 Returns Vector4 Inherited from Pixe...
来源: Laya3.0_api 发布时间: 20231115
...3d 坐标 少了一个 坐标轴,默认是0 , 你可以自己实现, vector3 的前两个参数 填上 2d坐标的 x y ,z 用0 ,就变成3d 坐标了,具体如何转换轴看你的需求了 2017-12-19 0 0 分享 微博 QZONE 微信 qq747899378 赞同来自: 不行啊,坐标的数值太...
来源: Laya_社区 发布时间: 20171219
... value: number Returns void lightmapScaleOffset get lightmapScaleOffset(): Vector4 set lightmapScaleOffset(value: Vector4): void Inherited from PixelLineRenderer.lightmapScaleOffset Defined in laya/d3/core/render/BaseRender.ts:269 光照贴图的缩放和偏移。 Returns Vector4 Inherited from Pixe...
来源: Laya3.0_api 发布时间: 20231115
... lh文件内meshSprite添加阴影属性无效 transform.pivot = new Laya.Vector3(0,1,0); 设置pivot无效~~~~~~~~~~~~~ 3D模型的锚点设置无效 ColorFilter滤镜在遮罩下无效 问题状态 最新活动: 2017-03-31 15:15 浏览: 1112 关注: 3 人 q12647 • 2017-03-31 15:17 触发了,...
来源: Laya_社区 发布时间: 20170327
...mByCreateFun 报错 /** @prop {name:rolePrefabs, tips:"英雄角色", type:Vector, xCount:1, sType:Prefab}*/ public rolePrefabs: Laya.Prefab[]; //TODO 报错 let role2 = Laya.Pool.getItemByCreateFun("role", this.rolePrefabs[0].create, this.rolePrefabs[0]); 附件 : --> BugReappear_Prefab.rar 2019-03...
来源: Laya_社区 发布时间: 20190304