Table of Contents

Class PreparingDeviceSettingsEventArgs

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

The arguments to the PreparingDeviceSettings event.

public class PreparingDeviceSettingsEventArgs : EventArgs
Inheritance
PreparingDeviceSettingsEventArgs
Inherited Members

Constructors

PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation)

Create a new instance of the event.

public PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation graphicsDeviceInformation)

Parameters

graphicsDeviceInformation GraphicsDeviceInformation

The default settings to be used in device creation.

Properties

GraphicsDeviceInformation

The default settings that will be used in device creation.

public GraphicsDeviceInformation GraphicsDeviceInformation { get; }

Property Value

GraphicsDeviceInformation