Table of Contents

Class PreparingDeviceSettingsEventArgs

Namespace
Stride.Games
Assembly
Stride.Games.dll

Describes settings to apply before preparing a device for creation, used by OnPreparingDeviceSettings(object, PreparingDeviceSettingsEventArgs).

public class PreparingDeviceSettingsEventArgs : EventArgs
Inheritance
PreparingDeviceSettingsEventArgs
Inherited Members

Constructors

PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation)

Initializes a new instance of the PreparingDeviceSettingsEventArgs class.

public PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation graphicsDeviceInformation)

Parameters

graphicsDeviceInformation GraphicsDeviceInformation

The graphics device information.

Properties

GraphicsDeviceInformation

Gets the graphics device information.

public GraphicsDeviceInformation GraphicsDeviceInformation { get; }

Property Value

GraphicsDeviceInformation

The graphics device information.