Show / Hide Table of Contents

Class MonoGame_MirrorExtensions

Extensions for Mirror.

Inheritance
object
MonoGame_MirrorExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole
Assembly: SadConsole.Host.MonoGame.dll
Syntax
public static class MonoGame_MirrorExtensions

Methods

ToMonoGame(Mirror)

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

Declaration
public static SpriteEffects ToMonoGame(this Mirror mirror)
Parameters
Type Name Description
Mirror mirror

The value to convert.

Returns
Type Description
SpriteEffects

The MonoGame equivalent.

In this article

Back to top

Back to top Generated by DocFX