VisualShaderNodeCubeMapTextureTypeEnum Enumeration |
[Missing <summary> documentation for "T:Godot.VisualShaderNodeCubeMap.TextureTypeEnum"]
Namespace: Godot
public enum TextureTypeEnum
Member name | Value | Description | |
---|---|---|---|
Data | 0 | No hints are added to the uniform declaration. | |
Color | 1 | Adds hint_albedo as hint to the uniform declaration for proper sRGB to linear conversion. | |
Normalmap | 2 | Adds hint_normal as hint to the uniform declaration, which internally converts the texture for proper usage as normal map. |