Enum RenderingServer.DecalTexture
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum RenderingServer.DecalTexture : long
Fields
Albedo = 0Albedo texture slot in a decal (TextureAlbedo).
Emission = 3Emission texture slot in a decal (TextureEmission).
Max = 4Represents the size of the RenderingServer.DecalTexture enum.
Normal = 1Normal map texture slot in a decal (TextureNormal).
Orm = 2Occlusion/Roughness/Metallic texture slot in a decal (TextureOrm).