Enum SupportedBuildTarget
Enum SupportedBuildTarget
Namespace: Unity.Industrial.Forma.Core.Building
Syntax
public enum SupportedBuildTarget : int
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 |