Search Results for

    Show / Hide Table of Contents

    Enum PlatformType

    The platform the game is running.

    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public enum PlatformType

    Fields

    Name Description
    Android

    Running on Android.

    Linux

    Running on Linux system.

    Mac

    Running on Mac.

    PS4

    Running on PlayStation 4.

    PS5

    Running on PlayStation 5.

    Switch

    Running on Switch.

    UWP

    Running Windows Store App (Universal Windows Platform).

    Windows

    Running on Windows.

    XboxOne

    Running on Xbox One.

    XboxScarlett

    Running on Xbox Series X.

    Extension Methods

    Extensions.ReflectiveCompare<PlatformType>(PlatformType)
    Extensions.DeepClone<PlatformType>()
    Extensions.RawClone<PlatformType>()
    In This Article
    Back to top Copyright © 2012-2021 Wojciech Figat