docs.unity3d.com
    Show / Hide Table of Contents

    Class ConfiguratorProfile

    Class ConfiguratorProfile.

    Inheritance
    Object
    ConfiguratorProfile
    Namespace: UnityEngine.Industrial.Configuring.ConfiguratorRuntime
    Syntax
    [Serializable]
    public class ConfiguratorProfile

    Constructors

    ConfiguratorProfile()

    Initializes a new instance of the ConfiguratorProfile class.

    Declaration
    public ConfiguratorProfile()

    Fields

    environmentSettings

    The environment settings

    Declaration
    [SerializeField]
    public ProfileEnvironmentSettings environmentSettings
    Field Value
    Type Description
    ProfileEnvironmentSettings

    id

    The identifier

    Declaration
    [Tooltip("Unique id for this product profile.")]
    [SerializeField]
    public string id
    Field Value
    Type Description
    String

    materialSettings

    The material settings

    Declaration
    [SerializeField]
    public ProfileMaterialSettings materialSettings
    Field Value
    Type Description
    ProfileMaterialSettings

    name

    The name

    Declaration
    public string name
    Field Value
    Type Description
    String

    productSettings

    The product settings

    Declaration
    [SerializeField]
    public ProfileProductSettings productSettings
    Field Value
    Type Description
    ProfileProductSettings

    profileSettings

    The profile settings

    Declaration
    [SerializeField]
    public ProfileSettings profileSettings
    Field Value
    Type Description
    ProfileSettings
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023