docs.unity.cn
    Show / Hide Table of Contents

    Enum AddressablesPlatform

    Options for the Addressables build platform.

    Namespace: UnityEngine.AddressableAssets
    Syntax
    public enum AddressablesPlatform : int

    Fields

    Name Description Value
    Android

    Use to indicate that the build platform is Android.

    iOS

    Use to indicate that the build platform is iOS.

    Linux

    Use to indicate that the build platform is Linux.

    OSX

    Use to indicate that the build platform is OSX.

    PS4

    Use to indicate that the build platform is PS4.

    Switch

    Use to indicate that the build platform is PS4.

    Unknown

    Use to indicate that the build platform is unknown.

    WebGL

    Use to indicate that the build platform is WebGL.

    Windows

    Use to indicate that the build platform is Windows.

    WindowsUniversal

    Use to indicate that the build platform is WindowsUniversal.

    XboxOne

    Use to indicate that the build platform is XboxOne.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use