PreparingDeviceSettingsEventArgs Class
Namespace: Stride.GamesAssembly: Stride.Games.dll
Describes settings to apply before preparing a device for creation, used by OnPreparingDeviceSettings(Object, PreparingDeviceSettingsEventArgs).
System.Object → System.EventArgs →
PreparingDeviceSettingsEventArgs
Derived from PreparingDeviceSettingsEventArgs:
public class PreparingDeviceSettingsEventArgs : EventArgs
| Name | Description | |
|---|---|---|
| Constructors | ||
| PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation) | Initializes a new instance of the PreparingDeviceSettingsEventArgs class. |
|
| Properties | ||
| GraphicsDeviceInformation | Gets the graphics device information. |
|
Constructors
PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation)
Initializes a new instance of the PreparingDeviceSettingsEventArgs class.
public PreparingDeviceSettingsEventArgs(GraphicsDeviceInformation graphicsDeviceInformation)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphicsDeviceInformation | graphicsDeviceInformation | The graphics device information. |
Properties
GraphicsDeviceInformation
Gets the graphics device information.
public GraphicsDeviceInformation GraphicsDeviceInformation { get; }
Property Value
| Type | Description |
|---|---|
| GraphicsDeviceInformation | The graphics device information. |
Inherited Members
System.EventArgs.Empty