Enum AddressablesPlatform
Options for the Addressables build platform.
네임스페이스: UnityEngine.AddressableAssets
어셈블리: solution.dll
구문
public enum AddressablesPlatform
필드
이름 | 설명 |
---|---|
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. |