MonoGame_MirrorExtensions Class
Definition
Section titled “Definition”Extensions for Mirror.
public static class MonoGame_MirrorExtensionsInheritance object
Methods
Section titled “Methods”ToMonoGame(Mirror)
Section titled “ToMonoGame(Mirror)”Converts a Mirror type to a MonoGame Microsoft.Xna.Framework.Graphics.SpriteEffects type.
public static SpriteEffects ToMonoGame(this Mirror mirror)Parameters
Section titled “Parameters”mirror Mirror
The value to convert.
Returns
Section titled “Returns”Microsoft.Xna.Framework.Graphics.SpriteEffects
The MonoGame equivalent.