Search Results for

    Show / Hide Table of Contents

    Class PlatformType

    The platform the game is running.

    Inheritance
    System.Object
    PlatformType
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class PlatformType : Enum

    Fields

    Android

    Running on Android.

    Declaration
    public const PlatformType Android
    Field Value
    PlatformType

    iOS

    Running on iPhone.

    Declaration
    [EditorDisplay(null, "iOS")]
    public const PlatformType iOS
    Field Value
    PlatformType

    Linux

    Running on Linux system.

    Declaration
    public const PlatformType Linux
    Field Value
    PlatformType

    Mac

    Running on Mac.

    Declaration
    public const PlatformType Mac
    Field Value
    PlatformType

    PS4

    Running on PlayStation 4.

    Declaration
    [EditorDisplay(null, "PS4")]
    public const PlatformType PS4
    Field Value
    PlatformType

    PS5

    Running on PlayStation 5.

    Declaration
    [EditorDisplay(null, "PS5")]
    public const PlatformType PS5
    Field Value
    PlatformType

    Switch

    Running on Switch.

    Declaration
    public const PlatformType Switch
    Field Value
    PlatformType

    UWP

    Running Windows Store App (Universal Windows Platform).

    Declaration
    [EditorDisplay(null, "UWP")]
    public const PlatformType UWP
    Field Value
    PlatformType

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Windows

    Running on Windows.

    Declaration
    public const PlatformType Windows
    Field Value
    PlatformType

    XboxOne

    Running on Xbox One.

    Declaration
    public const PlatformType XboxOne
    Field Value
    PlatformType

    XboxScarlett

    Running on Xbox Series X.

    Declaration
    public const PlatformType XboxScarlett
    Field Value
    PlatformType

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat