Enum Channel
Set the position of each color channel in a texture tensor.
Namespace: Unity.Sentis
Assembly: Unity.Sentis.dll
Syntax
public enum Channel
Fields
Name | Description |
---|---|
A | The position of the alpha channel. |
B | The position of the blue channel. |
G | The position of the green channel. |
R | The position of the red channel. |