Enum CoordOrigin
Options for the position of the origin (0, 0) in the x and y dimensions of a texture tensor.
Namespace: Unity.InferenceEngine
Assembly: Unity.InferenceEngine.dll
Syntax
[MovedFrom("Unity.Sentis")]
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.  |