SpatialMaterialTextureParam Enumeration |
[Missing <summary> documentation for "T:Godot.SpatialMaterial.TextureParam"]
Namespace: Godot
public enum TextureParam
Member name | Value | Description | |
---|---|---|---|
Albedo | 0 | Texture specifying per-pixel color. | |
Metallic | 1 | Texture specifying per-pixel metallic value. | |
Roughness | 2 | Texture specifying per-pixel roughness value. | |
Emission | 3 | Texture specifying per-pixel emission color. | |
Normal | 4 | Texture specifying per-pixel normal vector. | |
Rim | 5 | Texture specifying per-pixel rim value. | |
Clearcoat | 6 | Texture specifying per-pixel clearcoat value. | |
Flowmap | 7 | Texture specifying per-pixel flowmap direction for use with Anisotropy. | |
AmbientOcclusion | 8 | Texture specifying per-pixel ambient occlusion value. | |
Depth | 9 | Texture specifying per-pixel depth. | |
SubsurfaceScattering | 10 | Texture specifying per-pixel subsurface scattering. | |
Transmission | 11 | Texture specifying per-pixel transmission color. | |
Refraction | 12 | Texture specifying per-pixel refraction strength. | |
DetailMask | 13 | Texture specifying per-pixel detail mask blending value. | |
DetailAlbedo | 14 | Texture specifying per-pixel detail color. | |
DetailNormal | 15 | Texture specifying per-pixel detail normal. | |
Max | 16 | Represents the size of the SpatialMaterialTextureParam enum. |