Table of Contents

Class ContentReaderExtensions

Namespace
Microsoft.Xna.Framework.Content
Assembly
MonoGame.Framework.dll
public static class ContentReaderExtensions
Inheritance
ContentReaderExtensions
Inherited Members

Methods

GetGraphicsDevice(ContentReader)

Gets the GraphicsDevice from the ContentManager.ServiceProvider.

public static GraphicsDevice GetGraphicsDevice(this ContentReader contentReader)

Parameters

contentReader ContentReader

Returns

GraphicsDevice

The GraphicsDevice.