Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PlatformType Enum

    Namespace: Stride.Core
    Assembly: Stride.Core.dll

    Describes the platform operating system.

    [DataContract("PlatformType")]
    public enum PlatformType

    Fields

    Name Description
    Android

    The android OS.

    iOS

    The iOS.

    Linux

    The Linux OS.

    macOS

    macOS

    Shared

    This is shared across platforms

    UWP

    The Universal Windows Platform (UWP).

    Windows

    The windows desktop OS.

    Windows10

    The Universal Windows Platform (UWP). Please use UWP intead.

    Extension Methods

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

    Back to top

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