Enum SpriteEffects
Defines sprite visual options for mirroring.
[Flags]
public enum SpriteEffects
Fields
FlipHorizontally = 1Render the sprite reversed along the X axis.
FlipVertically = 2Render the sprite reversed along the Y axis.
None = 0No options specified.