Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    PreparingDeviceSettingsEventArgs Class

    Namespace: Stride.Games
    Assembly: 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.

    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation