Skip to content

MonoGame_MirrorExtensions Class

Extensions for Mirror.

C#
public static class MonoGame_MirrorExtensions

Inheritance object

Converts a Mirror type to a MonoGame Microsoft.Xna.Framework.Graphics.SpriteEffects type.

C#
public static SpriteEffects ToMonoGame(this Mirror mirror)

mirror Mirror
The value to convert.

Microsoft.Xna.Framework.Graphics.SpriteEffects
The MonoGame equivalent.