Struct EnvironmentInfo
The struct defining the EnvironmentInfo.
Inherited Members
Namespace: Unity.Services.Core.Editor.Environments
Syntax
public struct EnvironmentInfo
Constructors
EnvironmentInfo(String, Guid, Boolean)
Declaration
public EnvironmentInfo(string name, Guid id, bool isDefault)
Parameters
Type | Name | Description |
---|---|---|
String | name | The name of the environment. |
Guid | id | The guid of the environment. |
Boolean | isDefault | If the environment is a default environment. |
Fields
Id
Guid of the environment.
Declaration
public readonly Guid Id
Field Value
Type | Description |
---|---|
Guid |
IsDefault
If the environment is the default environment.
Declaration
public readonly bool IsDefault
Field Value
Type | Description |
---|---|
Boolean |
Name
Name of the environment.
Declaration
public readonly string Name
Field Value
Type | Description |
---|---|
String |