docs.unity.cn
    Show / Hide Table of Contents

    Interface IBuildType

    Interface IBuildType

    Namespace: UnityEditor.Industrial.Configuring.Build
    Syntax
    public interface IBuildType : IEquatable<IBuildType>

    Properties

    Name

    Gets the name.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    The name.

    PrefabInjection

    Gets the prefab injection.

    Declaration
    string PrefabInjection { get; }
    Property Value
    Type Description
    String

    The prefab injection.

    SceneInjection

    Gets the scene injection.

    Declaration
    string[] SceneInjection { get; }
    Property Value
    Type Description
    String[]

    The scene injection.

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