Enum ServiceEnvironment
Enum of all supported service environments.
Namespace: Unity.Cloud.Common
Syntax
public enum ServiceEnvironment
Fields
Name | Description | Value |
---|---|---|
Url | Url service environment. Used when UNITY_CLOUD_SERVICES_ENV is set to a URL instead of a specific environment |
0 |
Local | Local service environment. |
1 |
Test | Test service environment. |
2 |
Staging | A staging service environment. |
3 |
Production | Production service environment. |
4 |