ImageOrientation Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Defines the possible rotations to apply on image regions.
public enum ImageOrientation
Fields
Name | Description |
---|---|
AsIs | The image region is taken as is. |
Rotated90 | The image is rotated of the 90 degrees (clockwise) in the source texture. |