SpriteEffectsΒΆ
-
enum
SpriteEffects: System.Enum, System.IComparable, System.IFormattable, System.IConvertible Defines sprite visual options for mirroring.
-
SpriteEffects
None No options specified.
-
SpriteEffects
FlipHorizontally Render the sprite reversed along the X axis.
-
SpriteEffects
FlipVertically Render the sprite reversed along the Y axis.
-
SpriteEffects