Table of Contents

Enum RenderingServer.DecalTexture

Namespace
Godot
Assembly
GodotSharp.dll
public enum RenderingServer.DecalTexture : long

Fields

Albedo = 0

Albedo texture slot in a decal (TextureAlbedo).

Emission = 3

Emission texture slot in a decal (TextureEmission).

Max = 4

Represents the size of the RenderingServer.DecalTexture enum.

Normal = 1

Normal map texture slot in a decal (TextureNormal).

Orm = 2

Occlusion/Roughness/Metallic texture slot in a decal (TextureOrm).