Enum CoordOrigin
Options for the position of the origin (0, 0) in the x and y dimensions of a texture tensor.
Namespace: Unity.Sentis
Syntax
public enum CoordOrigin
Fields
Name | Description | Value |
---|---|---|
TopLeft | Use the top-left of the texture as position (0, 0) in the data. |
0 |
BottomLeft | Use the bottom-left of the texture as position (0, 0) in the data. |
1 |