docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Catalog

    Inheritance
    object
    Catalog
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Build.Pipeline.Tests.ContentLoad
    Assembly: Unity.ScriptableBuildPipeline.Tests.dll
    Syntax
    [Serializable]
    public class Catalog

    Constructors

    Catalog()

    Declaration
    public Catalog()

    Fields

    ContentFiles

    Declaration
    public List<Catalog.ContentFileInfo> ContentFiles
    Field Value
    Type Description
    List<Catalog.ContentFileInfo>

    Locations

    Declaration
    public List<Catalog.AddressableLocation> Locations
    Field Value
    Type Description
    List<Catalog.AddressableLocation>

    Methods

    GetFileInfo(string)

    Declaration
    public Catalog.ContentFileInfo GetFileInfo(string filename)
    Parameters
    Type Name Description
    string filename
    Returns
    Type Description
    Catalog.ContentFileInfo

    GetLocation(string)

    Declaration
    public Catalog.AddressableLocation GetLocation(string name)
    Parameters
    Type Name Description
    string name
    Returns
    Type Description
    Catalog.AddressableLocation

    LoadFromFile(string)

    Declaration
    public static Catalog LoadFromFile(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    Catalog

    OnDeserialize()

    Declaration
    [OnDeserializing]
    public void OnDeserialize()

    ReadAllTextVFS(string)

    Declaration
    public static string ReadAllTextVFS(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)