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

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

271. laya.d3.core.particleShuriKen.ShurikenParticleMaterial [ 42%]

...取浮点。 BaseMaterial _getTexture(shaderIndex:int):BaseTexture 获取纹理。 BaseMaterial _getVector2(shaderIndex:int):* 获取二维向量。 BaseMaterial _removeDisablePublicShaderDefine(value:int):void 移除禁用宏定义。 BaseMaterial _removeShaderDefine(value:int):void 移除Shade...

来源: laya_api 发布时间: 20170929

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

... 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

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

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

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

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

... 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

275. 3D灯光与阴影 · LayaAir3.4 · 引擎文档 · LAYABOX [ 40%]

...影 一、概述 光源是每一个场景的重要组成部分。网格和纹理决定了一个物体的形状和外观,但是光源决定了你的环境的颜色和氛围。灯光的种类有多种,不同的光源呈现的效果不同,可以设置不同的参数。 目前光源的种类有:...

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

276. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 39%]

.../d3/component/Volume/reflectionProbe/ReflectionProbe.ts:422 反射立方体纹理解码格式。 deprecated Returns TextureDecodeFormat Defined in laya/d3/component/Volume/reflectionProbe/ReflectionProbe.ts:426 反射立方体纹理解码格式。 deprecated Parameters value: TextureDecodeFormat Ret...

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

277. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 39%]

...RMaterial.tilingOffset Defined in laya/d3/core/material/PBRMaterial.ts:317 纹理平铺和偏移。 Returns Vector4 Inherited from PBRMaterial.tilingOffset Defined in laya/d3/core/material/PBRMaterial.ts:321 纹理平铺和偏移。 Parameters value: Vector4 Returns void Static cpuMemory get cpuMemo...

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

278. laya.d3.core.material.EffectMaterial_API3.0 [ 38%]

...alue: Vector4): void Defined in laya/d3/core/material/EffectMaterial.ts:46 纹理平铺和偏移。 Returns Vector4 Defined in laya/d3/core/material/EffectMaterial.ts:50 纹理平铺和偏移。 Parameters value: Vector4 Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.c...

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

279. laya.d3.core.material.UnlitMaterial_API3.0 [ 37%]

...value: Vector4): void Defined in laya/d3/core/material/UnlitMaterial.ts:78 纹理平铺和偏移。 Returns Vector4 Defined in laya/d3/core/material/UnlitMaterial.ts:82 纹理平铺和偏移。 Parameters value: Vector4 Returns void Static cpuMemory get cpuMemory(): number Inherited from Resource.cp...

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

280. laya.ani.bone.Skeleton [ 37%]

...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