docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021