docs.unity.cn
    Show / Hide Table of Contents

    Class ProfileEnvironmentSettings

    Class ProfileEnvironmentSettings.

    Inheritance
    Object
    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021