Enum SpatialMaterial.TextureChannel
enum TextureChannel
: int { ... }
Enum members
Name | Description |
---|---|
textureChannelAlpha
|
Used to read from the alpha channel of a texture. |
textureChannelBlue
|
Used to read from the blue channel of a texture. |
textureChannelGrayscale
|
Currently unused. |
textureChannelGreen
|
Used to read from the green channel of a texture. |
textureChannelRed
|
Used to read from the red channel of a texture. |