SpatialMaterialTextureChannel Enumeration |
[Missing <summary> documentation for "T:Godot.SpatialMaterial.TextureChannel"]
Namespace: Godot
public enum TextureChannel
Member name | Value | Description | |
---|---|---|---|
Red | 0 | Used to read from the red channel of a texture. | |
Green | 1 | Used to read from the green channel of a texture. | |
Blue | 2 | Used to read from the blue channel of a texture. | |
Alpha | 3 | Used to read from the alpha channel of a texture. | |
Grayscale | 4 | Currently unused. |