大约有 260 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0046 秒)
Laya_社区(69) Laya3.0_api(58) Laya2.0_api(41) laya_api(39) Laya2.0_文档(30) Laya_示例(22) Laya3.0_文档(1)
...ties Show Inherited Public Properties PropertyDefined By albedoColor : Vector4 获取反照率颜色。 UnlitMaterial albedoColorA : Number 获取反照率颜色Z分量。 UnlitMaterial albedoColorB : Number 获取反照率颜色B分量。 UnlitMaterial albedoColorG : Number 获取反...
来源: Laya2.0_api 发布时间: 20190513
...ript; import Vector2 = Laya.Vector2; import Vector3 = Laya.Vector3; import Vector4 = Laya.Vector4; import WebGLContext = Laya.WebGLContext; export class SceneScript extends Script { private _originPosition:Vector3 = new Vector3(0, -1, 1); private _phasorSpriter3D:PhasorSpriter3D; private _color:Vect...
来源: Laya_社区 发布时间: 20180201
...id getPropertyArray getPropertyArray(attributeLocation: InstanceLocation): Vector4[] | Vector3[] | Vector2[] | Float32Array Defined in laya/d3/core/render/command/MaterialInstancePropertyBlock.ts:145 获得属性数据 Parameters attributeLocation: InstanceLocation 属性shader位置 Returns Vector4...
来源: Laya3.0_api 发布时间: 20231115
...ties Show Inherited Public Properties PropertyDefined By albedoColor : Vector4 获取漫反射颜色。 PBRStandardMaterial albedoColorA : Number 获取反射率颜色Z分量。 PBRStandardMaterial albedoColorB : Number 获取反射率颜色B分量。 PBRStandardMaterial albedoColorG : ...
来源: Laya2.0_api 发布时间: 20190513
...eCube : TextureCube 获取天空盒纹理。 SkyBoxMaterial tintColor : Vector4 获取颜色。 SkyBoxMaterialPublic Methods Hide Inherited Public Methods Show Inherited Public Methods MethodDefined By SkyBoxMaterial() 创建一个 SkyBoxMaterial 实例。 SkyBoxMaterial _addReference(count:...
来源: Laya2.0_api 发布时间: 20190513
...粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableRefl...
来源: Laya2.0_文档 发布时间: 20210715
...; var unlitMaterial = new UnlitMaterial(); unlitMaterial.albedoColor = new Vector4(255,0,0,255); var shurikenMaterial:ShurikenParticleMaterial = new ShurikenParticleMaterial(); shurikenMaterial.color = new Vector4(255,0,0,255); 按我的理解,官方示例上的unlitMaterial.albedoColor不是...
来源: Laya_社区 发布时间: 20201218
...粗糙质感的材质。 ##### 主要属性和方法 > 属性 `albedoColor:Vector4` 漫反射颜色。 `albedoTexture:BaseTexture` 漫反射贴图。 `emissionColor:Vector4` 放射颜色。 `emissionTexture:BaseTexture` 放射贴图。 `enableEmission:Boolean` 是否激活放射属性。 `enableRefl...
来源: Laya2.0_文档 发布时间: 20210714
...roperties Show Inherited Public Properties PropertyDefined By albedo : Vector4 设置反射率。 StandardMaterial alphaTest : Boolean 获取是否透明裁剪。 BaseMaterial alphaTestValue : Number 获取透明测试模式裁剪值。 BaseMaterial ambientColor : Vector3 设置环境光颜...
来源: laya_api 发布时间: 20170929
... true,否则值为 false。 getBoneIndices getBoneIndices(boneIndices: Vector4[]): void Defined in laya/d3/resource/models/Mesh.ts:664 获取骨骼索引。 Parameters boneIndices: Vector4[] 骨骼索引。 Returns void getBoneWeights getBoneWeights(boneWeights: Vector4[]): void Defined in laya/d3...
来源: Laya3.0_api 发布时间: 20231115