Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AppContextType Enum

    Namespace: Stride.Games
    Assembly: Stride.Graphics.dll

    Type of a .

    public enum AppContextType

    Fields

    Name Description
    Android

    Game running on Android in an AndroidStrideGameView.

    Desktop

    Game running on desktop in a form or .

    DesktopOpenTK

    Game running on desktop in an OpenTK form.

    DesktopSDL

    Game running on desktop in a SDL window.

    DesktopWpf

    Game running on desktop in a WPF window through a D3DImage.

    iOS

    Game running on iOS in a iPhoneOSGameView.

    UWPCoreWindow

    Game running on UWP in a CoreWindow.

    UWPXaml

    Game running on UWP in a Xaml SwapChainPanel.

    Extension Methods

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

    Back to top

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