docs.unity.cn
    Show / Hide Table of Contents

    Enum AddressablesPlatform

    Options for the Addressables build platform.

    Namespace: UnityEngine.AddressableAssets
    Syntax
    public enum AddressablesPlatform

    Fields

    Name Description Value
    Unknown

    Use to indicate that the build platform is unknown.

    0
    Windows

    Use to indicate that the build platform is Windows.

    1
    OSX

    Use to indicate that the build platform is OSX.

    2
    Linux

    Use to indicate that the build platform is Linux.

    3
    PS4

    Use to indicate that the build platform is PS4.

    4
    Switch

    Use to indicate that the build platform is PS4.

    5
    XboxOne

    Use to indicate that the build platform is XboxOne.

    6
    WebGL

    Use to indicate that the build platform is WebGL.

    7
    iOS

    Use to indicate that the build platform is iOS.

    8
    Android

    Use to indicate that the build platform is Android.

    9
    WindowsUniversal

    Use to indicate that the build platform is WindowsUniversal.

    10
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use