Enum AddressablesPlatform
Options for the Addressables build platform.
Namespace: UnityEngine.AddressableAssets
Assembly: Unity.Addressables.dll
Syntax
public enum AddressablesPlatform
  Fields
| Name | Description | 
|---|---|
| Android | Use to indicate that the build platform is Android.  | 
      
| 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.  | 
      
| iOS | Use to indicate that the build platform is iOS.  |