Interface IBundleBuildContent | Scriptable Build Pipeline | 1.7.3
docs.unity.cn
    Show / Hide Table of Contents

    Interface IBundleBuildContent

    Base interface for feeding Assets with explicit Asset Bundle layout to the Scriptable Build Pipeline.

    Inherited Members
    IBuildContent.Assets
    IBuildContent.Scenes
    Namespace: UnityEditor.Build.Pipeline.Interfaces
    Syntax
    public interface IBundleBuildContent : IBuildContent, IContextObject

    Properties

    Addresses

    Custom loading identifiers to use for Assets or Scenes.

    Declaration
    Dictionary<GUID, string> Addresses { get; }
    Property Value
    Type Description
    Dictionary<GUID, String>

    BundleLayout

    Specific layout of asset bundles to assets or scenes.

    Declaration
    Dictionary<string, List<GUID>> BundleLayout { get; }
    Property Value
    Type Description
    Dictionary<String, List<GUID>>
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX