Class BatchBuildConfig | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class BatchBuildConfig

    Inheritance
    Object
    BatchBuildConfig
    Namespace: UnityEngine.AssetGraph
    Syntax
    public class BatchBuildConfig : ScriptableObject

    Properties

    BuildTargets

    Declaration
    public List<BuildTarget> BuildTargets { get; }
    Property Value
    Type Description
    List<BuildTarget>

    GraphCollections

    Declaration
    public List<BatchBuildConfig.GraphCollection> GraphCollections { get; }
    Property Value
    Type Description
    List<BatchBuildConfig.GraphCollection>

    Methods

    CreateNewGraphCollection(String)

    Declaration
    public static BatchBuildConfig.GraphCollection CreateNewGraphCollection(string suggestedName)
    Parameters
    Type Name Description
    String suggestedName
    Returns
    Type Description
    BatchBuildConfig.GraphCollection

    Find(String)

    Declaration
    public BatchBuildConfig.GraphCollection Find(string name)
    Parameters
    Type Name Description
    String name
    Returns
    Type Description
    BatchBuildConfig.GraphCollection

    GetConfig()

    Declaration
    public static BatchBuildConfig GetConfig()
    Returns
    Type Description
    BatchBuildConfig

    SetConfigDirty()

    Declaration
    public static void SetConfigDirty()

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    Boolean
    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