SpriteEffects Enum
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Defines sprite mirroring options.
[DataContract]
public enum SpriteEffects
Remarks
Description is taken from original XNA SpriteEffects class.
Fields
Name | Description |
---|---|
FlipBoth | Rotate 180 degrees around both the X and Y axis before rendering. |
FlipHorizontally | Rotate 180 degrees around the Y axis before rendering. |
FlipVertically | Rotate 180 degrees around the X axis before rendering. |
None | No rotations specified. |