Enum SupportedBuildTarget
Enum SupportedBuildTarget
Namespace: Unity.Industrial.Forma.Core.Building
Syntax
[MovedFrom(true, "UnityEditor.Industrial.Configuring.Build", "Unity.Industrial.Configurator", null)]
[Serializable]
public enum SupportedBuildTarget
Fields
| Name | Description | Value |
|---|---|---|
| Android | The android |
|
| iOS | The ios |
|
| None | None |
|
| StandaloneLinux64 | The standalone linux64 |
|
| StandaloneOSX | The standalone osx |
|
| StandaloneWindows | The standalone windows |
|
| StandaloneWindows64 | The standalone windows64 |
|
| WebGL | The webGL |