Class ProfileEnvironmentSettings
Class ProfileEnvironmentSettings.
Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
Syntax
[Serializable]
public class ProfileEnvironmentSettings
Constructors
ProfileEnvironmentSettings()
Initializes a new instance of the ProfileEnvironmentSettings class.
Declaration
public ProfileEnvironmentSettings()
Fields
environmentReferences
The environment references
Declaration
[SerializeField]
public List<EnvironmentReference> environmentReferences
Field Value
Type | Description |
---|---|
List<EnvironmentReference> |
Properties
environments
Gets the environments.
Declaration
public IEnumerable<EnvironmentItem> environments { get; }
Property Value
Type | Description |
---|---|
IEnumerable<EnvironmentItem> | The environments. |