Enum SupportedBuildTarget
Enum SupportedBuildTarget
Namespace: UnityEditor.Industrial.Configuring.Build
Syntax
[Serializable]
public enum SupportedBuildTarget
Fields
Name | Description | Value |
---|---|---|
StandaloneOSX | The standalone osx |
2 |
StandaloneWindows | The standalone windows |
5 |
iOS | The ios |
9 |
Android | The android |
13 |
StandaloneWindows64 | The standalone windows64 |
19 |
WebGL | The webGL |
20 |
StandaloneLinux64 | The standalone linux64 |
24 |