docs.unity3d.com
    Show / Hide Table of Contents

    Class ConfiguratorRuntimeUISettings

    Runtime UI settings for configurator

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

    Properties

    CreateRuntimeUI

    Enabled, Configurator creates a runtime UI when a product is loaded

    Declaration
    public bool CreateRuntimeUI { get; set; }
    Property Value
    Type Description
    Boolean

    true if [create runtime UI]; otherwise, false.

    CustomResourceProvider

    Custom resources asset to create a custom UI

    Declaration
    public Object CustomResourceProvider { get; set; }
    Property Value
    Type Description
    Object

    The custom resource provider.

    RuntimeUIType

    Runtime UI class type

    Declaration
    public Type RuntimeUIType { get; }
    Property Value
    Type Description
    Type

    The type of the runtime UI.

    RuntimeUITypeName

    Gets or sets the name of the runtime UI type.

    Declaration
    public string RuntimeUITypeName { get; set; }
    Property Value
    Type Description
    String

    The name of the runtime UI type.

    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