docs.unity.cn
    Show / Hide Table of Contents

    Class ProjectConfigData

    The project configuration settings for addressables.

    Inheritance
    Object
    ProjectConfigData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEditor.AddressableAssets.Settings
    Syntax
    public class ProjectConfigData

    Properties

    ActivePlayModeIndex

    The active play mode data builder index.

    Declaration
    public static int ActivePlayModeIndex { get; set; }
    Property Value
    Type Description
    Int32

    GenerateBuildLayout

    Whether to generate the bundle build layout report.

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

    HierarchicalSearch

    Whether to allow searching for assets parsed hierarchally in the Addressables Groups window.

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

    LocalLoadSpeed

    The local bundle loading speed used in the Simulate Groups (advanced) playmode.

    Declaration
    public static long LocalLoadSpeed { get; set; }
    Property Value
    Type Description
    Int64

    PostProfilerEvents

    Whether to post profiler events in the ResourceManager profiler window.

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

    RemoteLoadSpeed

    The remote bundle loading speed used in the Simulate Groups (advanced) playmode.

    Declaration
    public static long RemoteLoadSpeed { get; set; }
    Property Value
    Type Description
    Int64

    ShowGroupsAsHierarchy

    Whether to display groups names parsed hierarchally in the Addressables Groups window.

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

    ShowSubObjectsInGroupView

    Whether to display sub objects in the Addressables Groups window.

    Declaration
    public static bool ShowSubObjectsInGroupView { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use