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

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

171. laya.d3.core.trail.TrailRenderer_API3.0 [ 47%]

...extureMode): void Defined in laya/d3/core/trail/TrailRenderer.ts:121 获取纹理模式。 Returns TrailTextureMode 纹理模式。 Defined in laya/d3/core/trail/TrailRenderer.ts:129 设置纹理模式。 Parameters value: TrailTextureMode 纹理模式。 Returns void 纹理模式。 time get time()...

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

172. laya.d3.core.Camera_API3.0 [ 46%]

...boolean Defined in laya/d3/core/Camera.ts:370 是否缓存上一帧的Depth纹理 _cacheDepthTexture _cacheDepthTexture: RenderTexture Defined in laya/d3/core/Camera.ts:372 cache 上一帧纹理 Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:56 _forward...

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

173. laya.d3.webxr.core.WebXRCamera_API3.0 [ 45%]

...heDepth Defined in laya/d3/core/Camera.ts:370 是否缓存上一帧的Depth纹理 _cacheDepthTexture _cacheDepthTexture: RenderTexture Inherited from Camera._cacheDepthTexture Defined in laya/d3/core/Camera.ts:372 cache 上一帧纹理 Optional _extra _extra: INodeExtra Inherited from Node._extra De...

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

174. 材质的功能介绍(JavaScript-3D基础(JS)-LayaAir3D之Material材质) [ 45%]

... this.pbrStandardMaterial = new Laya.PBRStandardMaterial(); //获取新的纹理 this.pbrTexture = Laya.Loader.getRes("res/threeDimen/texture/earth.png"); //为PBRStandard材质设置漫反射贴图 this.pbrStandardMaterial.albedoTexture = this.pbrTexture; //修改导出球的材质 this.sphere.mesh...

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

175. 插件开发说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 44%]

...时候做一些自动化处理,比如导入图片时自动设置为精灵纹理,设置压缩格式等,这时可以使用IAssetProcessor接口,接口的定义如下: export interface IAssetProcessor { //在图片资源被导入前调用 onPreprocessImage?(assetImporter: IImageAssetImporter)...

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

176. 材质的功能介绍(ActionScript-3D基础(AS3)-LayaAir3D之Material材质) [ 44%]

...ndard材质 pbrStandardMaterial = new PBRStandardMaterial(); //获取新的纹理 pbrTexture = Loader.getRes("res/threeDimen/texture/earth.png") as Texture2D; //为PBRStandard材质设置漫反射贴图 pbrStandardMaterial.albedoTexture = pbrTexture; //修改导出球的材质 sphere.meshRenderer.ma...

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

177. 材质的功能介绍(TypeScript-3D基础(TS)-LayaAir3D之Material材质) [ 43%]

... this.pbrStandardMaterial = new Laya.PBRStandardMaterial(); //获取新的纹理 this.pbrTexture = Laya.Loader.getRes("res/threeDimen/texture/earth.png") as Laya.Texture2D; //为PBRStandard材质设置漫反射贴图 this.pbrStandardMaterial.albedoTexture = this.pbrTexture; //修改导出球的材...

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

178. 资源包导出与上传至商店 · LayaAir3.3 · 引擎文档 · LAYABOX [ 43%]

...美术资源、项目逻辑代码等。 美术素材 是指图片、压缩纹理、模型、动画(时间轴动画、刚体动画、骨骼动画等)、材质、字体、图集、预制体(粒子、UI界面等)、蓝图等可以在场景中编辑使用的可视化资源。 音乐音效 是指...

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

179. Unity3D插件介绍(JavaScript-3D基础(JS)-LayaAir3D之Unity插件使用) [ 43%]

...部分资源不通用所以资源必须分多份。目前支持平台专属纹理压缩格式。 `Conventional` 通用平台,只是普通的JPG和PNG。 ##### (8) Other Setting 其他设置 `Customize Export Root Directory Name ` 自定义导出文件夹名字,默认的文件夹名字为“layaS...

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

180. laya.ani.bone.Skeleton [ 42%]

...ters slotName:String — 插糟的名字  texture:Texture — 自定义的纹理 showSkinByIndex()method  public function showSkinByIndex(skinIndex:int, freshSlotIndex:Boolean = true):void 通过索引显示一套皮肤 Parameters skinIndex:int — 皮肤索引  freshSlotIndex:Boolean (default = ...

来源: laya_api 发布时间: 20170929