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